koenverhagen commited on
Commit
e0da34d
1 Parent(s): e2bbe2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ EXPOSE 7860
34
  ENV COMMANDLINE_ARGS=--api
35
 
36
  # Command to run the application
37
- CMD ["python", "webui.py", "--api", "--xformers", "--listen", "--disable-console-progressbars", "--enable-console-prompts", "--no-progressbar-hiding", "--ui-config-file", "webui-user.bat", "--opt-sdp-no-mem-attention", "--no-half-vae", "--opt-channelslast"]
38
 
39
 
40
 
 
34
  ENV COMMANDLINE_ARGS=--api
35
 
36
  # Command to run the application
37
+ # CMD ["python", "webui.py", "--api", "--xformers", "--listen", "--disable-console-progressbars", "--enable-console-prompts", "--no-progressbar-hiding", "--ui-config-file", "webui-user.bat", "--opt-sdp-no-mem-attention", "--no-half-vae", "--opt-channelslast"]
38
 
39
 
40