Singularity 358 B

12345678910111213141516171819202122232425
  1. Bootstrap: docker
  2. From: nvcr.io/hpc/pgi-compilers:ce
  3. %runscript
  4. "$@"
  5. %post
  6. apt-get -y update
  7. apt-get -y install --no-install-recommends python3-pip python3-setuptools zip build-essential
  8. rm -rf /var/lib/apt/lists/*
  9. pip3 install --no-cache-dir jupyter
  10. %files
  11. English/ /labs
  12. %environment
  13. XDG_RUNTIME_DIR=
  14. %labels
  15. AUTHOR dholt