Update Dockerfile.Private.Nightly.A10G
Browse files
Dockerfile.Private.Nightly.A10G
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.d20230119.A10G-cp310-cp310-linux_x86_64.whl
|
18 |
RUN pip install --pre triton
|
19 |
-
RUN pip install numexpr
|
20 |
|
21 |
RUN git clone -b v2.0 https://github.com/camenduru/stable-diffusion-webui
|
22 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
|
|
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.d20230119.A10G-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 v2.0 https://github.com/camenduru/stable-diffusion-webui
|
22 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|