Spaces:
Sleeping
Sleeping
Commit
·
41fdf78
1
Parent(s):
18fc089
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ RUN python3 -m pip install torch_geometric
|
|
37 |
#RUN python3 -m pip install torch-scatter -f https://data.pyg.org/whl/torch-2.5.1.html
|
38 |
#RUN python3 -m pip install torch-sparse -f https://data.pyg.org/whl/torch-2.5.1.html
|
39 |
#RUN python3 -m pip install torch-cluster -f https://data.pyg.org/whl/torch-2.5.1.html
|
40 |
-
RUN python3 -m pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv xformers -f https://data.pyg.org/whl/torch-2.5.0+cpu.html
|
41 |
|
42 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|
43 |
RUN python3 -m pip install performer-pytorch
|
|
|
37 |
#RUN python3 -m pip install torch-scatter -f https://data.pyg.org/whl/torch-2.5.1.html
|
38 |
#RUN python3 -m pip install torch-sparse -f https://data.pyg.org/whl/torch-2.5.1.html
|
39 |
#RUN python3 -m pip install torch-cluster -f https://data.pyg.org/whl/torch-2.5.1.html
|
40 |
+
RUN python3 -m pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv xformers==0.0.29.post1 -f https://data.pyg.org/whl/torch-2.5.0+cpu.html
|
41 |
|
42 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|
43 |
RUN python3 -m pip install performer-pytorch
|