Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,4 +40,4 @@ USER user
|
|
40 |
|
41 |
EXPOSE 7860
|
42 |
|
43 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --use-cpu all --no-half --listen --disable-console-progressbars --
|
|
|
40 |
|
41 |
EXPOSE 7860
|
42 |
|
43 |
+
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
|