Bump CI to CTK 12.9, regen devcontainers. (#219)

This commit is contained in:
Allison Piper
2025-05-02 12:05:50 -04:00
committed by GitHub
parent 9d189280de
commit 249a74f73b
17 changed files with 129 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
{
"shutdownAction": "stopContainer",
"image": "rapidsai/devcontainers:25.06-cpp-gcc14-cuda12.8-ubuntu24.04",
"image": "rapidsai/devcontainers:25.06-cpp-gcc14-cuda12.9-ubuntu24.04",
"hostRequirements": {
"gpu": "optional"
},
@@ -14,11 +14,11 @@
"SCCACHE_BUCKET": "rapids-sccache-devs",
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
"DEVCONTAINER_NAME": "cuda12.8-gcc14",
"CCCL_CUDA_VERSION": "12.8",
"DEVCONTAINER_NAME": "cuda12.9-gcc14",
"CCCL_CUDA_VERSION": "12.9",
"CCCL_HOST_COMPILER": "gcc",
"CCCL_HOST_COMPILER_VERSION": "14",
"CCCL_BUILD_INFIX": "cuda12.8-gcc14"
"CCCL_BUILD_INFIX": "cuda12.9-gcc14"
},
"workspaceFolder": "/home/coder/${localWorkspaceFolderBasename}",
"workspaceMount": "source=${localWorkspaceFolder},target=/home/coder/${localWorkspaceFolderBasename},type=bind,consistency=consistent",
@@ -42,5 +42,5 @@
}
}
},
"name": "cuda12.8-gcc14"
"name": "cuda12.9-gcc14"
}