Singularity 470 B

123456789101112131415161718192021222324252627
  1. # Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
  2. Bootstrap: docker
  3. From: nvcr.io/nvidia/nvhpc:20.9-devel-ubuntu20.04
  4. %runscript
  5. "$@"
  6. %post
  7. apt-get -y update
  8. DEBIAN_FRONTEND=noninteractive apt-get -yq install --no-install-recommends python3-pip python3-setuptools zip build-essential
  9. rm -rf /var/lib/apt/lists/*
  10. pip3 install --no-cache-dir jupyter
  11. %files
  12. English/ /labs
  13. %environment
  14. XDG_RUNTIME_DIR=
  15. %labels
  16. AUTHOR dholt