Skip to content

Commit

Permalink
use an updated container with singularity
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Oct 8, 2023
1 parent 9f6e496 commit e50bcf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/container.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

wget -t 3 -O e3sm.sif http://portal.nersc.gov/project/e3sm/lukasz/e3sm.sif || \
wget -t 3 -O e3sm.sif https://dabdceba-6d04-11e5-ba46-22000b92c6ec.e.globus.org/containers/public/e3sm.sif
singularity pull e3sm.sif ghcr.io/mahf708/e3sm-imgs@sha256:a6e7b668af57d7cbe71347652f66e1c5cd8898c43700cbde6a66ae6a85777e98
if [ $? -ne 0 ]; then
exit -1
fi

0 comments on commit e50bcf2

Please sign in to comment.