Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First get the container image from DockerHub to Shaheen filesystem

Code Block
cd $HOME
mkdir $HOME/tmp
export SINGULARITY_TMPDIR=$HOME/tmp
module load singularity
singularity pull docker://krccl/grads:2.2.1

...