Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -55,4 +55,4 @@ ADD --chown=user https://huggingface.co/darkstorm2150/Protogen_x3.4_Official_Rel
|
|
| 55 |
|
| 56 |
EXPOSE 7860
|
| 57 |
|
| 58 |
-
CMD cd /content/stable-diffusion-webui && python webui.py --api --lowvram --lowram --precision full --no-half --no-half-vae --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --autolaunch --share -ui-config-file /content/shared-ui-config.json --ui-settings-file /content/shared-config.json
|
|
|
|
| 55 |
|
| 56 |
EXPOSE 7860
|
| 57 |
|
| 58 |
+
CMD cd /content/stable-diffusion-webui && python webui.py --api --lowvram --lowram --precision full --no-half --no-half-vae --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --autolaunch --share --ui-config-file /content/shared-ui-config.json --ui-settings-file /content/shared-config.json
|