Commit ·
a8cbc88
1
Parent(s): f7d9afa
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -14,10 +14,11 @@ WORKDIR /content
|
|
| 14 |
USER user
|
| 15 |
|
| 16 |
RUN pip3 install --upgrade pip
|
|
|
|
| 17 |
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
|
| 18 |
RUN pip install --pre triton
|
| 19 |
RUN pip install numexpr
|
| 20 |
-
|
| 21 |
|
| 22 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
| 23 |
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
|
|
|
| 14 |
USER user
|
| 15 |
|
| 16 |
RUN pip3 install --upgrade pip
|
| 17 |
+
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
|