gregorkrzmanc commited on
Commit
18fc089
·
1 Parent(s): 9fc807b
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -31,14 +31,13 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip
31
  RUN python3 -m pip install numba==0.58.1
32
  # packages without conda
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==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
44
  RUN python3 -m pip install performer-pytorch
@@ -63,7 +62,6 @@ RUN python3 -m pip install xxhash
63
  RUN python3 -m pip install tables
64
  RUN python3 -m pip install tensorboard
65
  RUN python3 -m pip install plotly
66
- RUN python3 -m pip install xformers
67
  RUN python3 -m pip install fastjet
68
  RUN python3 -m pip install gradio
69
  RUN python3 -m pip install huggingface_hub
 
31
  RUN python3 -m pip install numba==0.58.1
32
  # packages without conda
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==2.5.0 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 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
 
62
  RUN python3 -m pip install tables
63
  RUN python3 -m pip install tensorboard
64
  RUN python3 -m pip install plotly
 
65
  RUN python3 -m pip install fastjet
66
  RUN python3 -m pip install gradio
67
  RUN python3 -m pip install huggingface_hub