Sukanyaaa commited on
Commit
7448888
1 Parent(s): a964cc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ COPY . .
8
 
9
  # install dependcies
10
  RUN conda install -y pandas numpy scikit-learn
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  #if you need to download executable and run them switch to the default non-root user
 
8
 
9
  # install dependcies
10
  RUN conda install -y pandas numpy scikit-learn
11
+ RUN pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
12
  RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  #if you need to download executable and run them switch to the default non-root user