Update Dockerfile.Private.T4
Browse files- Dockerfile.Private.T4 +1 -1
Dockerfile.Private.T4
CHANGED
@@ -16,7 +16,7 @@ USER user
|
|
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 |
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
|
|
|
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 torchmetrics==0.11.4
|
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
|