Update Dockerfile.Private.Nightly.CPU
Browse files
Dockerfile.Private.Nightly.CPU
CHANGED
@@ -41,4 +41,4 @@ USER user
|
|
41 |
|
42 |
EXPOSE 7860
|
43 |
|
44 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --use-cpu all --no-half --listen --disable-console-progressbars --
|
|
|
41 |
|
42 |
EXPOSE 7860
|
43 |
|
44 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --use-cpu all --no-half --listen --disable-console-progressbars --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
|