randomtable commited on
Commit
bd1b110
·
1 Parent(s): 70b0985

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN chown -R toor stable-diffusion-webui
10
  USER toor
11
  RUN /stable-diffusion-webui/webui.sh
12
  EXPOSE 7860
13
- RUN /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
 
10
  USER toor
11
  RUN /stable-diffusion-webui/webui.sh
12
  EXPOSE 7860
13
+ ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen