randomtable commited on
Commit
d01b65c
·
1 Parent(s): f38716a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,5 +5,6 @@ RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
  RUN useradd 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
 
5
  RUN useradd 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