darkstorm2150
commited on
Commit
•
5c35e4b
1
Parent(s):
eaa02f1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN pip install torchmetrics==0.11.4
|
|
18 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
-
|
22 |
|
23 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
24 |
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
|
|
18 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
+
RUN pip install httpx==0.24.1
|
22 |
|
23 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
24 |
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|