Run Docker image in Singularity
- Run command
sinteractivefollowed by slurm arguments.sinteractive -p gpu-cluster --gpus 2 --mem=32GB-p: Partition--gpus: A number of GPUs--mem: Amount of memory
- There will be an interactive shell in compute node. Then, run command
module load CUDA/10.1 module load cuDNN/7 module load Anaconda3 source activate jupyter