diff options
author | Brad King <brad.king@kitware.com> | 2023-01-20 18:00:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-20 18:00:19 (GMT) |
commit | ebd81d0e123e5e6f14970a30d7368b7e182a4638 (patch) | |
tree | dee95ac8a6abca56de8f7b6f08ec8d2e73952c1c /.gitlab/ci/docker/cuda10.2/Dockerfile | |
parent | 06c7e88b9148fce5721335409015892b6fa4faba (diff) | |
download | CMake-ebd81d0e123e5e6f14970a30d7368b7e182a4638.zip CMake-ebd81d0e123e5e6f14970a30d7368b7e182a4638.tar.gz CMake-ebd81d0e123e5e6f14970a30d7368b7e182a4638.tar.bz2 |
ci: rebase nvidia-derived docker images on tags we control
According to NVIDIA's container image support policy [1], they will
remove tags for older images over time. In order to preserve our
ability to rebuild CI images based on them in the future, base them on
tags we control.
[1] https://gitlab.com/nvidia/container-images/cuda/blob/85fbd45b92/doc/support-policy.md
Diffstat (limited to '.gitlab/ci/docker/cuda10.2/Dockerfile')
-rw-r--r-- | .gitlab/ci/docker/cuda10.2/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/docker/cuda10.2/Dockerfile b/.gitlab/ci/docker/cuda10.2/Dockerfile index b6f37b5..cd30446 100644 --- a/.gitlab/ci/docker/cuda10.2/Dockerfile +++ b/.gitlab/ci/docker/cuda10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:10.2-devel-ubuntu18.04 +FROM kitware/nvidia-cuda:10.2-devel-ubuntu18.04 MAINTAINER Ben Boeckel <ben.boeckel@kitware.com> COPY llvm.list /etc/apt/sources.list.d/llvm.list |