Spaces:
Building
Building
Commit
·
88e1b0c
1
Parent(s):
031501d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,6 +5,6 @@ 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 |
-
RUN apt install
|
9 |
USER toor
|
10 |
RUN stable-diffusion-webui/webui.sh
|
|
|
5 |
RUN useradd -m toor
|
6 |
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
|