Skip to content

Commit

Permalink
Add CUDA 12.8 to CUDA feature (#453)
Browse files Browse the repository at this point in the history
Adds 12.8 and 12.6 to the CUDA feature.

xref: rapidsai/build-planning#139
  • Loading branch information
bdice authored Jan 28, 2025
1 parent c3bf959 commit 02184c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion features/src/cuda/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "CUDA Toolkit",
"id": "cuda",
"version": "25.2.0",
"version": "25.2.1",
"description": "A feature to install the NVIDIA CUDA Toolkit",
"options": {
"version": {
"type": "string",
"proposals": [
"12.8",
"12.6",
"12.5",
"12.4",
"12.3",
Expand Down

0 comments on commit 02184c5

Please sign in to comment.