Xenos14 commited on
Commit
5b0b815
·
verified ·
1 Parent(s): 3ac8788

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ 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 cd stable-diffusion-webui
7
- RUN git reset --hard cf2772fab0af5573da775e7437e6acdca424f26e
8
  RUN useradd -m toor
9
  RUN apt install python3 -y
10
  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 cd stable-diffusion-webui
7
+ #RUN git reset --hard cf2772fab0af5573da775e7437e6acdca424f26e
8
  RUN useradd -m toor
9
  RUN apt install python3 -y
10
  RUN apt-get install libgoogle-perftools-dev -y