Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -33,7 +33,6 @@ RUN apt-get update -y \
|
|
33 |
libssl-dev \
|
34 |
libffi-dev \
|
35 |
aria2 \
|
36 |
-
httpx \
|
37 |
&& git lfs install \
|
38 |
&& apt-get clean autoclean \
|
39 |
&& apt-get autoremove --yes \
|
@@ -83,6 +82,8 @@ RUN git config --global advice.detachedHead false
|
|
83 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /app/stable-diffusion-webui \
|
84 |
&& (cd /app/stable-diffusion-webui && git checkout 5ef669de080814067961f28357256e8fe27544f4)
|
85 |
|
|
|
|
|
86 |
# Deforum extension
|
87 |
#RUN git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui \
|
88 |
# && (cd /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui && git checkout 8a6ee64c72c18c60d66a5758b84496bf27c52cda)
|
|
|
33 |
libssl-dev \
|
34 |
libffi-dev \
|
35 |
aria2 \
|
|
|
36 |
&& git lfs install \
|
37 |
&& apt-get clean autoclean \
|
38 |
&& apt-get autoremove --yes \
|
|
|
82 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /app/stable-diffusion-webui \
|
83 |
&& (cd /app/stable-diffusion-webui && git checkout 5ef669de080814067961f28357256e8fe27544f4)
|
84 |
|
85 |
+
RUN pip3 install httpx==0.24.1
|
86 |
+
|
87 |
# Deforum extension
|
88 |
#RUN git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui \
|
89 |
# && (cd /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui && git checkout 8a6ee64c72c18c60d66a5758b84496bf27c52cda)
|