Update Dockerfile.Private.A10G
Browse files- Dockerfile.Private.A10G +1 -1
Dockerfile.Private.A10G
CHANGED
@@ -42,4 +42,4 @@ USER user
|
|
42 |
|
43 |
EXPOSE 7860
|
44 |
|
45 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --
|
|
|
42 |
|
43 |
EXPOSE 7860
|
44 |
|
45 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
|