Spaces:
Building
Building
Commit
·
f6b2e4b
1
Parent(s):
1759e9c
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ RUN apt install python3 -y
|
|
7 |
RUN chown -R toor stable-diffusion-webui
|
8 |
RUN apt install python3.11-venv -y
|
9 |
USER toor
|
10 |
-
RUN stable-diffusion-webui/webui.sh
|
|
|
7 |
RUN chown -R toor stable-diffusion-webui
|
8 |
RUN apt install python3.11-venv -y
|
9 |
USER toor
|
10 |
+
RUN stable-diffusion-webui/webui.sh
|