darkstorm2150
commited on
Commit
•
f7d9afa
1
Parent(s):
5445c99
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@ 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 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
22 |
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
|
|
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 |
+
RUN pip install --upgrade torchmetrics
|
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
|