Spaces:
Running
Running
Commit
·
79d9c3b
1
Parent(s):
ae22211
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,5 +3,6 @@ RUN apt update && apt upgrade -y
|
|
3 |
RUN apt install git -y
|
4 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
5 |
RUN useradd toor
|
|
|
6 |
USER toor
|
7 |
RUN stable-diffusion-webui/webui.sh
|
|
|
3 |
RUN apt install git -y
|
4 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
5 |
RUN useradd toor
|
6 |
+
RUN apt install python3 -y
|
7 |
USER toor
|
8 |
RUN stable-diffusion-webui/webui.sh
|