camenduru commited on
Commit
06fd92e
·
1 Parent(s): b04cc92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --no-progressbar-hiding --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
 
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