Skip to content

Commit

Permalink
add jetnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed May 22, 2024
1 parent 99a5e8f commit e9f46fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ USER jovyan

RUN mamba install -c conda-forge uproot xrootd root

RUN pip install --no-cache-dir 'xgboost==2.0.3' 'spektral==1.3.1' 'gdown==5.1.0' 'mplhep==0.3.43' && \
RUN pip install --no-cache-dir 'xgboost==2.0.3' 'spektral==1.3.1' 'gdown==5.1.0' 'mplhep==0.3.43' 'torch_geometric' && \
fix-permissions /opt/conda && \
fix-permissions /home/jovyan

RUN pip install --no-cache-dir --no-index pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.2+cu118.html && \
pip install --no-cache-dir typing-extensions --upgrade

# RUN pip install --no-cache-dir 'jetnet==0.2.2'
RUN pip install --no-cache-dir 'jetnet'

# USER $NB_UID:$NB_GID
# RUN mkdir -p /tmp/nvvm && mkdir -p /tmp/nvvm/libdevice && cp /opt/conda/lib/libdevice.10.bc /tmp/nvvm/libdevice/
Expand Down

0 comments on commit e9f46fa

Please sign in to comment.