Skip to content

Commit

Permalink
don’t install graphnet into an environment
Browse files Browse the repository at this point in the history
  • Loading branch information
briedel authored Sep 4, 2023
1 parent 1adf639 commit bcc19b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pip3 install --upgrade astropy
RUN pip3 install --ignore-installed PyYAML

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
RUN pip3 install -e git+https://github.com/icecube/graphnet.git#egg=graphnet[develop,torch]
RUN pip3 install git+https://github.com/icecube/graphnet.git#egg=graphnet[develop,torch]

# Default command for executing container.
CMD [ "/bin/bash" ]

0 comments on commit bcc19b0

Please sign in to comment.