Skip to content

Commit af83a52

Browse files
authored
SDCC doesn't provide singularity module
1 parent ad90236 commit af83a52

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ In advance of the training session, please ensure that
66
1. Your GitHub account is a member of the [EIC organization](https://github.com/eic) on GitHub
77
- Email [the EIC software conveners](mailto:[email protected]) with your GitHub account to be added
88
1. You have singularity/apptainer or docker (on Mac) installed and working
9-
- `module load singularity` (on most JLab or BNL systems) (preferred option)
10-
- Local system options:
9+
- `module load singularity` (on JLab iFarm)
10+
- Provided by default on (on BNL SDCC)
11+
- On your local system:
1112
- systems that use cvmfs or download images can install **singularity or apptainer** (see [here](https://apptainer.org/docs/user/main/quick_start.html))
1213
- systems that download images can install **docker** (see [here](https://www.docker.com/))
13-
- you should at a minimum be able to run either of the following commands and open a shell:
14+
- You should at a minimum be able to run either of the following commands and open a shell:
1415
- `singularity run docker://alpine`
1516
- `docker run --rm -it alpine`
1617
1. Download `eic-shell`:

0 commit comments

Comments
 (0)