diff --git a/_sources/install.md.txt b/_sources/install.md.txt index adc6b6e23..7b0ed729c 100644 --- a/_sources/install.md.txt +++ b/_sources/install.md.txt @@ -9,7 +9,7 @@ You may want `graphnet` to be able to interface with IceTray, e.g., when convert To achieve this, we recommend running the following commands in a clean bash shell: ```bash $ eval `/cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/setup.sh` -$ /cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/Ubuntu_20.04_x86_64/metaprojects/icetray/v1.5.1/env-shell.sh +$ /cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/RHEL_7_x86_64/metaprojects/icetray/v1.5.1/env-shell.sh ``` Optionally, you can alias these commands or save them as a bash script for convenience, as you will have to run these commands every time you want to use IceTray (with `graphnet`) in a clean shell. diff --git a/install.html b/install.html index b3947e8f4..fa6e7827c 100644 --- a/install.html +++ b/install.html @@ -390,7 +390,7 @@
graphnet
to be able to interface with IceTray, e.g., when converting I3 files to an intermediate file format for training GNN models (e.g., SQLite or parquet),[^1] or when running GNN inference as part of an IceTray chain. In these cases, you need to install graphnet
in a Python runtime that has IceTray installed.
To achieve this, we recommend running the following commands in a clean bash shell:
$ eval `/cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/setup.sh`
-$ /cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/Ubuntu_20.04_x86_64/metaprojects/icetray/v1.5.1/env-shell.sh
+$ /cvmfs/icecube.opensciencegrid.org/py3-v4.2.1/RHEL_7_x86_64/metaprojects/icetray/v1.5.1/env-shell.sh
Optionally, you can alias these commands or save them as a bash script for convenience, as you will have to run these commands every time you want to use IceTray (with graphnet
) in a clean shell.