darkstorm2150
commited on
Commit
•
121a031
1
Parent(s):
50e71dc
Update Dockerfile
Browse files- 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://
|
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://huggingface.co/darkstorm2150/xformers/resolve/main/xformers-0.0.15.dev0%2B4c06c79.d20221205-cp38-cp38-linux_x86_64.whl
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
|