randomtable commited on
Commit
2644a98
·
verified ·
1 Parent(s): 42e21ab

Update Dockerfile

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