camenduru commited on
Commit
7cc4762
1 Parent(s): 8417dc0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ USER user
39
 
40
  EXPOSE 7860
41
 
42
- CMD cd /content/stable-diffusion-webui && python webui.py --xformers --listen --disable-console-progressbars --no-progressbar-hiding --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json
 
39
 
40
  EXPOSE 7860
41
 
42
+ CMD cd /content/stable-diffusion-webui && python webui.py --use-cpu all --listen --disable-console-progressbars --no-progressbar-hiding --ui-config-file /content/ui-config.json --ui-settings-file /content/config.json