add torch_geometric and torch-cluster

This commit is contained in:
Isabel Haide
2023-10-10 09:45:55 +02:00
parent 8780011664
commit 6f6ffff96a
+2
View File
@@ -25,6 +25,8 @@ RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install pandas numpy matplotlib MarkupSafe wandb uproot setuptools awkward-pandas plotly
RUN python3 -m pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
RUN python3 -m pip install torch_geometric
RUN python3 -m pip install torch-cluster -f https://data.pyg.org/whl/torch-2.1.0+cu118.html
# # # # GEANT
RUN apt-get -y install libxmu-dev \