| 12345678910111213141516171819202122232425 | Bootstrap: dockerFrom: nvcr.io/hpc/pgi-compilers:ce%runscript     "$@"%post    apt-get -y update    apt-get -y install --no-install-recommends python3-pip python3-setuptools zip    rm -rf /var/lib/apt/lists/*    pip3 install --no-cache-dir jupyter%fileslabs /labs%environmentXDG_RUNTIME_DIR=%labelsAUTHOR dholt
 |