summaryrefslogtreecommitdiff
path: root/.gitlab/ci/docker
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-12-07 13:15:02 +0000
committerKitware Robot <kwrobot@kitware.com>2022-12-07 08:15:13 -0500
commit602c24f778f68892ba983ddc3c7de891d9c56e52 (patch)
treebc608dbfd4b9343927b22e65fd0f9dbf3881ec73 /.gitlab/ci/docker
parent5f9465580829bec15474bcbe0fbed06e462e6e78 (diff)
parent12d032b2655ae4b91c7cb9688c36173cf6153200 (diff)
downloadcmake-602c24f778f68892ba983ddc3c7de891d9c56e52.tar.gz
Merge topic 'ci-nvhpc'
12d032b265 gitlab-ci: Update NVHPC to version 22.11 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7994
Diffstat (limited to '.gitlab/ci/docker')
-rw-r--r--.gitlab/ci/docker/nvhpc22.11/Dockerfile (renamed from .gitlab/ci/docker/nvhpc22.9/Dockerfile)2
-rwxr-xr-x.gitlab/ci/docker/nvhpc22.11/install_deps.sh (renamed from .gitlab/ci/docker/nvhpc22.9/install_deps.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/docker/nvhpc22.9/Dockerfile b/.gitlab/ci/docker/nvhpc22.11/Dockerfile
index 90e7d1214c..52f4f8ecaf 100644
--- a/.gitlab/ci/docker/nvhpc22.9/Dockerfile
+++ b/.gitlab/ci/docker/nvhpc22.11/Dockerfile
@@ -1,5 +1,5 @@
# https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nvhpc/tags
-FROM nvcr.io/nvidia/nvhpc:22.9-devel-cuda_multi-ubuntu22.04
+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
diff --git a/.gitlab/ci/docker/nvhpc22.9/install_deps.sh b/.gitlab/ci/docker/nvhpc22.11/install_deps.sh
index 51ee410606..51ee410606 100755
--- a/.gitlab/ci/docker/nvhpc22.9/install_deps.sh
+++ b/.gitlab/ci/docker/nvhpc22.11/install_deps.sh