From fd9100e4aa5521f79fcae0dda5278f614f743325 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 29 Aug 2024 14:25:33 -0500 Subject: [PATCH] Drop CUDA 12.2 Docker images (#696) Following https://github.com/rapidsai/docs/pull/526, we can remove CUDA 12.2 from the RAPIDS 24.10 Docker images. Authors: - Bradley Dice (https://github.com/bdice) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) - https://github.com/jakirkham - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/docker/pull/696 --- matrix-test.yaml | 5 ++--- matrix.yaml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/matrix-test.yaml b/matrix-test.yaml index a5e1ad18..76ae9e41 100644 --- a/matrix-test.yaml +++ b/matrix-test.yaml @@ -2,13 +2,12 @@ pull-request: - { CUDA_VER: '11.8', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'earliest' } - - { CUDA_VER: '12.0', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'latest' } - - { CUDA_VER: '12.2', ARCH: 'arm64', PYTHON_VER: '3.11', GPU: 'a100', DRIVER: 'latest' } + - { CUDA_VER: '12.0', ARCH: 'arm64', PYTHON_VER: '3.10', GPU: 'a100', DRIVER: 'latest' } - { CUDA_VER: '12.5', ARCH: 'amd64', PYTHON_VER: '3.11', GPU: 'v100', DRIVER: 'latest' } branch: - { CUDA_VER: '11.8', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'earliest' } - { CUDA_VER: '11.8', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'latest' } - { CUDA_VER: '12.0', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'latest' } - { CUDA_VER: '12.0', ARCH: 'arm64', PYTHON_VER: '3.10', GPU: 'a100', DRIVER: 'latest' } - - { CUDA_VER: '12.2', ARCH: 'amd64', PYTHON_VER: '3.11', GPU: 'v100', DRIVER: 'latest' } + - { CUDA_VER: '12.5', ARCH: 'amd64', PYTHON_VER: '3.11', GPU: 'v100', DRIVER: 'latest' } - { CUDA_VER: '12.5', ARCH: 'arm64', PYTHON_VER: '3.11', GPU: 'a100', DRIVER: 'latest' } diff --git a/matrix.yaml b/matrix.yaml index 2df9844b..5d863bad 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -1,7 +1,6 @@ CUDA_VER: # Should be `..` (e.g. `11.2.2`) - "11.8.0" - "12.0.1" - - "12.2.2" - "12.5.1" PYTHON_VER: - "3.10"