Spaces:
Building
Building
Commit
·
1b8c909
1
Parent(s):
3755a6f
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -5,8 +5,7 @@ RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
|
5 |
RUN adduser toor
|
6 |
RUN apt install python3 -y
|
7 |
RUN apt install wget curl -y
|
8 |
-
|
9 |
-
RUN cd ./stable-diffusion-webui/models/Stable-diffusion && wget https://civitai.com/api/download/models/100675 --content-disposition
|
10 |
RUN chown -R toor stable-diffusion-webui
|
11 |
RUN apt install python3.11-venv -y
|
12 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|
|
|
5 |
RUN adduser toor
|
6 |
RUN apt install python3 -y
|
7 |
RUN apt install wget curl -y
|
8 |
+
RUN wget -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/meinahentai_v4.safetensors https://civitai.com/api/download/models/100675 --content-disposition
|
|
|
9 |
RUN chown -R toor stable-diffusion-webui
|
10 |
RUN apt install python3.11-venv -y
|
11 |
RUN apt update && apt install ffmpeg libsm6 libxext6 -y
|