From bcc19b0b672a55c387783280ea30306d0485d159 Mon Sep 17 00:00:00 2001 From: Benedikt Riedel Date: Mon, 4 Sep 2023 10:11:27 -0500 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20install=20graphnet=20into=20an?= =?UTF-8?q?=20environment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dockerfile_ubuntu_22.04_cuda11.8_cudann8_icetray_graphnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8_icetray_graphnet b/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8_icetray_graphnet index 21bf573..b9c8cf0 100644 --- a/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8_icetray_graphnet +++ b/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8_icetray_graphnet @@ -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" ]