Versions Compared

Key

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

...

  • In order to run SLURM or interactive jobs (ijobs), it is best practice to create a local copy of the container image in your own /home or /scratch directory. Initially (most probably) you will not see the file "tensorflow-2.1.0-py37.sif" file in your home directory. If so, "click" on the ">_Open in Terminal" on the menu bar; a new tab on your web browser will show up with a terminal environment and issue this commands:  

    module load anaconda/2020.11-py3.8 
     module load singularity/3.57.21
     module load tensorflow/2.1.0-py37
cp $CONTAINERDIR/tensorflow-2.1.0-py37.sif /home/$USER 

...