summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/nvhpc22.9/Dockerfile
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-29 15:39:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-11-29 15:39:40 (GMT)
commitf72c405d4ee4ad4775a10a944774b91f49726dad (patch)
treefb916f88fb22d3add3063b9757519287ce4ca911 /.gitlab/ci/docker/nvhpc22.9/Dockerfile
parent79721c19f1bc8f04dc3c019ad7feb61ae040e4ee (diff)
parent16a5c36795cacd622078f3d31d36d9743b8bfdf7 (diff)
downloadCMake-f72c405d4ee4ad4775a10a944774b91f49726dad.zip
CMake-f72c405d4ee4ad4775a10a944774b91f49726dad.tar.gz
CMake-f72c405d4ee4ad4775a10a944774b91f49726dad.tar.bz2
Merge topic 'ci-nvhpc'
16a5c36795 gitlab-ci: add nightly job testing NVHPC with Ninja on Linux 9474d02386 Tests: Clarify CudaOnly.SeparateCompilationPTX output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7946
Diffstat (limited to '.gitlab/ci/docker/nvhpc22.9/Dockerfile')
-rw-r--r--.gitlab/ci/docker/nvhpc22.9/Dockerfile6
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