darkstorm2150 commited on
Commit
d143e5a
·
verified ·
1 Parent(s): a8cbc88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ 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
 
 
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.17/xformers-0.0.17+b6be33a.d20230315-cp39-cp39-linux_x86_64.whl
19
  RUN pip install --pre triton
20
  RUN pip install numexpr
21