Xenos14 commited on
Commit
8bd2239
1 Parent(s): a377b62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ RUN apt install git -y
4
  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 python3.11-venv -y
9
  USER toor
 
4
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
  RUN useradd -m toor
6
  RUN apt install python3 -y
7
+ RUN apt-get install libgoogle-perftools-dev -y
8
  RUN chown -R toor stable-diffusion-webui
9
  RUN apt install python3.11-venv -y
10
  USER toor