Dhdb commited on
Commit
e78f7ab
·
verified ·
1 Parent(s): 2b48827

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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