Spaces:
Sleeping
Sleeping
Commit
·
76767c2
1
Parent(s):
61b5223
- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -34,9 +34,10 @@ RUN python3 -m pip install numba==0.58.1
|
|
34 |
RUN python3 -m pip install torch==2.5.1 torchvision torchaudio
|
35 |
RUN python3 -m pip install torch_geometric
|
36 |
#RUN python3 -m pip install torch_scatter torch_sparse
|
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 |
|
41 |
|
42 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|
|
|
34 |
RUN python3 -m pip install torch==2.5.1 torchvision torchaudio
|
35 |
RUN python3 -m pip install torch_geometric
|
36 |
#RUN python3 -m pip install torch_scatter torch_sparse
|
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 -f https://data.pyg.org/whl/torch-2.5.0+cpu.html
|
41 |
|
42 |
|
43 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|