randomtable commited on
Commit
14bcf6e
·
verified ·
1 Parent(s): 6de3262

Update Dockerfile

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