File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.10 -cpp-gcc11-cuda12.0-ubuntu22.04" ,
3+ "image" : " rapidsai/devcontainers:25.12 -cpp-gcc11-cuda12.0-ubuntu22.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.10 -cpp-llvm14-cuda12.0-ubuntu20.04" ,
3+ "image" : " rapidsai/devcontainers:25.12 -cpp-llvm14-cuda12.0-ubuntu20.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.10 -cpp-gcc13-cuda12.9-ubuntu22.04" ,
3+ "image" : " rapidsai/devcontainers:25.12 -cpp-gcc13-cuda12.9-ubuntu22.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.10 -cpp-llvm18-cuda12.9-ubuntu22.04" ,
3+ "image" : " rapidsai/devcontainers:25.12 -cpp-llvm18-cuda12.9-ubuntu22.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 11{
22 "shutdownAction" : " stopContainer" ,
3- "image" : " rapidsai/devcontainers:25.10 -cpp-gcc13-cuda12.9-ubuntu22.04" ,
3+ "image" : " rapidsai/devcontainers:25.12 -cpp-gcc13-cuda12.9-ubuntu22.04" ,
44 "hostRequirements" : {
55 "gpu" : true
66 },
Original file line number Diff line number Diff line change 1515#=============================================================================
1616cmake_minimum_required (VERSION 3.23.1 FATAL_ERROR)
1717
18- set (rapids-cmake-version 25.10 )
18+ set (rapids-cmake-version 25.12 )
1919if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR} /CUCO_RAPIDS.cmake)
2020 file (DOWNLOAD
2121 https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${rapids-cmake-version }/RAPIDS.cmake
Original file line number Diff line number Diff line change 2323 - ' v100'
2424
2525# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
26- devcontainer_version : ' 25.10 '
26+ devcontainer_version : ' 25.12 '
2727
2828# Each environment below will generate a unique build/test job
2929# See the "compute-matrix" job in the workflow for how this is parsed and used
You can’t perform that action at this time.
0 commit comments