From ae6c3284e6ad6f1c8057946f1c44c5187484f646 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 22 Jul 2024 17:22:28 -0500 Subject: [PATCH] Fix active names. --- _includes/selector.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index e727053bb33..f45abea71c4 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -368,8 +368,9 @@ Alpine.data('rapids_selector', () => ({ // default values active_python_ver: "3.11", - active_cuda_ver: "12.0 - 12.2", + active_conda_cuda_ver: "12.0 - 12.2", active_pip_cuda_ver: "12", + active_docker_cuda_ver: "12.2", active_method: "Conda", active_release: "Stable", active_img_type: "Base",