Singularity 171 B

123456789101112131415161718
  1. Bootstrap: docker
  2. FROM: nvcr.io/hpc/pgi-compilers:ce
  3. %environment
  4. export XDG_RUNTIME_DIR=
  5. %post
  6. %files
  7. appName /labs
  8. %runscript
  9. "$@"
  10. %labels
  11. AUTHOR