mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-03-14 20:27:24 +00:00
Bump CI to CTK 12.9, regen devcontainers. (#219)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user