randomtable commited on
Commit
870d503
·
verified ·
1 Parent(s): 8ce5afb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,5 +6,5 @@ RUN chmod +x /stable-diffusion-webui/webui.sh
6
  RUN useradd -m toor
7
  RUN chown toor:toor -R /stable-diffusion-webui/
8
  USER toor
9
- RUN ls -lart /stable-diffusion-webui/extensions
10
  ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
 
6
  RUN useradd -m toor
7
  RUN chown toor:toor -R /stable-diffusion-webui/
8
  USER toor
9
+ RUN cd /stable-diffusion-webui/extensions && git clone https://github.com/Mikubill/sd-webui-controlnet.git
10
  ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen