From 28d70fd0b559a3439aaf1c9198cca90d911a3b0e Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 26 Feb 2024 15:45:30 -0800 Subject: [PATCH] Reapply "Use CUDA 12.2 for latest tag" This reverts commit 37a8b8ba45245dfef6bb54ecf765f95b0fddea91. xref: https://github.com/rapidsai/ci-imgs/pull/111 xref: https://github.com/rapidsai/ci-imgs/pull/114 --- latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest.yaml b/latest.yaml index b8fb9f9..92d63cf 100644 --- a/latest.yaml +++ b/latest.yaml @@ -1,9 +1,9 @@ # Define the values used for the "latest" tag conda: - CUDA_VER: "12.0.1" + CUDA_VER: "12.2.2" PYTHON_VER: "3.10" LINUX_VER: "ubuntu22.04" wheels: - CUDA_VER: "12.0.1" + CUDA_VER: "12.2.2" PYTHON_VER: "3.10" LINUX_VER: "ubuntu20.04"