xformers 😐
Browse files- Dockerfile +1 -1
- Dockerfile.Private.A10G +1 -1
- Dockerfile.Private.Nightly.A10G +1 -1
- Dockerfile.Private.Nightly.CPU +1 -1
- Dockerfile.Private.Nightly.T4 +1 -1
- Dockerfile.Private.T4 +1 -1
- Dockerfile.Public.A10G +1 -1
- Dockerfile.Public.Nightly.A10G +1 -1
- Dockerfile.Public.Nightly.T4 +1 -1
- Dockerfile.Public.T4 +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Private.A10G
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Private.Nightly.A10G
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Private.Nightly.CPU
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Private.Nightly.T4
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Private.T4
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Public.A10G
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Public.Nightly.A10G
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Public.Nightly.T4
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
Dockerfile.Public.T4
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /content
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
-
RUN pip install
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|
|
|
14 |
USER user
|
15 |
|
16 |
RUN pip3 install --upgrade pip
|
17 |
+
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
RUN pip install numexpr
|
20 |
|