diff options
Diffstat (limited to '.gitlab/ci/docker/nvhpc22.11/Dockerfile')
-rw-r--r-- | .gitlab/ci/docker/nvhpc22.11/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/nvhpc22.11/Dockerfile b/.gitlab/ci/docker/nvhpc22.11/Dockerfile new file mode 100644 index 0000000..52f4f8e --- /dev/null +++ b/.gitlab/ci/docker/nvhpc22.11/Dockerfile @@ -0,0 +1,6 @@ +# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags +FROM nvcr.io/nvidia/nvhpc:22.11-devel-cuda_multi-ubuntu22.04 +MAINTAINER Brad King <brad.king@kitware.com> + +COPY install_deps.sh /root/install_deps.sh +RUN sh /root/install_deps.sh |