diff options
Diffstat (limited to '.gitlab/ci/docker/nvhpc22.9/Dockerfile')
-rw-r--r-- | .gitlab/ci/docker/nvhpc22.9/Dockerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/ci/docker/nvhpc22.9/Dockerfile b/.gitlab/ci/docker/nvhpc22.9/Dockerfile new file mode 100644 index 0000000..90e7d12 --- /dev/null +++ b/.gitlab/ci/docker/nvhpc22.9/Dockerfile @@ -0,0 +1,6 @@ +# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags +FROM nvcr.io/nvidia/nvhpc:22.9-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 |