Spaces:
Build error
Build error
Commit
·
80dd9fb
1
Parent(s):
5a2d944
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -14,8 +14,8 @@ WORKDIR /content
|
|
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 |
-
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
|
@@ -58,4 +58,4 @@ ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anythi
|
|
58 |
|
59 |
EXPOSE 7860
|
60 |
|
61 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --api --ui-config-file /
|
|
|
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 xformers
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
|
|
|
58 |
|
59 |
EXPOSE 7860
|
60 |
|
61 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --api --ui-config-file /ui-config.json --ui-settings-file /config.json
|