Spaces:
Paused
Paused
Commit
·
a2d074f
1
Parent(s):
5e841ae
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,5 +4,6 @@ RUN apt install git -y
|
|
| 4 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
| 5 |
RUN useradd -m toor
|
| 6 |
RUN apt install python3 -y
|
|
|
|
| 7 |
USER toor
|
| 8 |
RUN stable-diffusion-webui/webui.sh
|
|
|
|
| 4 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
| 5 |
RUN useradd -m toor
|
| 6 |
RUN apt install python3 -y
|
| 7 |
+
RUN chown -R toor stable-diffusion-webui
|
| 8 |
USER toor
|
| 9 |
RUN stable-diffusion-webui/webui.sh
|