# Copyright (c) 2020 NVIDIA Corporation.  All rights reserved. 

Bootstrap: docker
From: nvcr.io/nvidia/nvhpc:20.9-devel-ubuntu20.04

%runscript
 
    "$@"

%post

    apt-get -y update
    DEBIAN_FRONTEND=noninteractive apt-get -yq install --no-install-recommends python3-pip python3-setuptools zip build-essential
    rm -rf /var/lib/apt/lists/*
    pip3 install --no-cache-dir jupyter

%files

    English/ /labs

%environment
XDG_RUNTIME_DIR=

%labels

AUTHOR dholt
