From d18dc4d59a0c2b5c3f251e90036fac9153cb785c Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 22 Feb 2024 16:50:13 -0600 Subject: [PATCH] Use CUDA 12.2 for latest tag. (#111) --- 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"