Spaces:
Build error
Build error
TinyBeeman
commited on
Commit
•
02742e8
1
Parent(s):
550191d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -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 --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
|
|
|
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
|