Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,4 +39,4 @@ USER user
|
|
39 |
|
40 |
EXPOSE 7860
|
41 |
|
42 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --
|
|
|
39 |
|
40 |
EXPOSE 7860
|
41 |
|
42 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --use-cpu all --listen --disable-console-progressbars --no-progressbar-hiding --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
|