Spaces:
Sleeping
Sleeping
Commit
·
7bd4c44
1
Parent(s):
44b7575
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN python3 -m pip install numba==0.58.1
|
|
33 |
# RUN python3 -m pip install --no-cache-dir torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117
|
34 |
RUN python3 -m pip install torch torchvision torchaudio
|
35 |
RUN python3 -m pip install torch_geometric
|
36 |
-
RUN python3 -m pip install
|
37 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|
38 |
RUN python3 -m pip install performer-pytorch
|
39 |
RUN python3 -m pip install tensorboardX
|
|
|
33 |
# RUN python3 -m pip install --no-cache-dir torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117
|
34 |
RUN python3 -m pip install torch torchvision torchaudio
|
35 |
RUN python3 -m pip install torch_geometric
|
36 |
+
RUN python3 -m pip install torch_scatter torch_sparse torch_cluster torch_spline_conv
|
37 |
RUN python3 -m pip install pytorch-lightning yacs torchmetrics
|
38 |
RUN python3 -m pip install performer-pytorch
|
39 |
RUN python3 -m pip install tensorboardX
|