Skip to content
Snippets Groups Projects
Commit d0f81908 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Now use pre-built singularity image from CI

parent be88879c
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ OS=`uname -s`
if [ "${OS}" = "Linux" ]; then
echo "Detected OS: Linux"
if [ ! -f juggler_latest.sif ]; then
echo "Need to create singularity image"
singularity pull docker://docker.io/sly2j/juggler:latest
echo "Need to fetch singularity image"
wget https://eicweb.phy.anl.gov/eic/juggler/-/jobs/artifacts/master/raw/build/juggler.sif?job=docker:singularity -O juggler_latest.sif
fi
echo "Launching dev shell (through singularity)..."
singularity exec juggler_latest.sif eic-shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment