randomtable commited on
Commit
c543171
·
1 Parent(s): f0cba8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ 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
11
  RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test
 
6
  RUN apt install python3 -y
7
  RUN chown -R toor stable-diffusion-webui
8
  RUN apt install python3.11-venv -y
9
+ RUN apt update && apt install ffmpeg libsm6 libxext6 -y
10
  USER toor
11
  RUN stable-diffusion-webui/webui.sh
12
  RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test