Skip to content

Commit

Permalink
Use CUDA 12.2 for latest tag. (rapidsai#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Feb 22, 2024
1 parent fc1d128 commit d18dc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d18dc4d

Please sign in to comment.