Update Dockerfile
Browse files- 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
|
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
|