Spaces:
Building
Building
Update Dockerfile
Browse files- 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 git reset --hard cf2772fab0af5573da775e7437e6acdca424f26e
|
7 |
RUN useradd -m toor
|
8 |
RUN apt install python3 -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
|