Skip to content
Snippets Groups Projects

Update example_submission_script.sh

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,5 +9,5 @@ module load Singularity-Tools
echo "-------- Outside of the container -----------"
python src/hello_world.py
echo "-------- Inside of the container ------------"
singularity run singularity_docker_jupyter.sif python3 src/hello_world.py
srun singularity run singularity_docker_jupyter.sif python3 src/hello_world.py
echo "--------------------------------------------"
Loading