Spaces:
Build error
Build error
TinyBeeman
commited on
Commit
•
00bd83f
1
Parent(s):
02742e8
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -15,8 +15,8 @@ WORKDIR /content
|
|
15 |
USER user
|
16 |
|
17 |
RUN pip3 install --upgrade pip
|
18 |
-
|
19 |
-
RUN pip install xformers
|
20 |
RUN pip install --pre triton
|
21 |
RUN pip install numexpr
|
22 |
|
@@ -59,4 +59,4 @@ ADD --chown=user https://huggingface.co/andite/anything-v4.0/resolve/main/anythi
|
|
59 |
|
60 |
EXPOSE 7860
|
61 |
|
62 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --cors-allow-origins=* --disable-safe-unpickle --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --
|
|
|
15 |
USER user
|
16 |
|
17 |
RUN pip3 install --upgrade pip
|
18 |
+
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
|
19 |
+
# RUN pip install xformers
|
20 |
RUN pip install --pre triton
|
21 |
RUN pip install numexpr
|
22 |
|
|
|
59 |
|
60 |
EXPOSE 7860
|
61 |
|
62 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --cors-allow-origins=* --disable-safe-unpickle --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --api --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
|