Spaces:
Building
Building
Update Dockerfile
Browse files- 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
|