Update Dockerfile.Private.T4
Browse files- Dockerfile.Private.T4 +1 -1
Dockerfile.Private.T4
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
|