Xenos14 commited on
Commit
6455e34
·
verified ·
1 Parent(s): 9a30bda

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ RUN apt update && apt upgrade -y
3
  RUN apt install git -y
4
  RUN apt-get install git-lfs
5
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
 
6
  RUN useradd -m toor
7
  RUN apt install python3 -y
8
  RUN apt-get install libgoogle-perftools-dev -y
 
3
  RUN apt install git -y
4
  RUN apt-get install git-lfs
5
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
6
+ RUN git reset --hard cf2772fab0af5573da775e7437e6acdca424f26e
7
  RUN useradd -m toor
8
  RUN apt install python3 -y
9
  RUN apt-get install libgoogle-perftools-dev -y