Skip to content

Commit

Permalink
Fix active names.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jul 22, 2024
1 parent fd62f53 commit ae6c328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae6c328

Please sign in to comment.