Skip to content

Commit

Permalink
incrementing pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel authored Feb 5, 2024
1 parent 35818cd commit f1adc6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM icecube/icetray-ml:icetray-${VERSION}-cuda11.8-cudnn8-ubuntu22.04
RUN pip3 install --upgrade pip
RUN pip3 install --upgrade astropy
RUN pip3 install --ignore-installed PyYAML
RUN pip3 install --upgrade pandas

RUN pip3 install --find-links https://download.pytorch.org/whl/torch_stable.html torch==2.0.1+cu118 --find-links https://data.pyg.org/whl/torch-2.0.0+cu118.html

Expand Down

0 comments on commit f1adc6e

Please sign in to comment.