Skip to content

Commit 4b633c2

Browse files
committed
Updates
1 parent 093b646 commit 4b633c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/cuda12.8-gcc12/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:25.08-cpp-gcc12-cuda12.8-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.10-cpp-gcc12-cuda12.8-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": true
66
},

.devcontainer/cuda12.8-gcc13/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:25.08-cpp-gcc13-cuda12.8-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.10-cpp-gcc13-cuda12.8-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": true
66
},

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:25.08-cpp-gcc13-cuda12.8-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:25.10-cpp-gcc13-cuda12.8-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": true
66
},

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#=============================================================================
1616
cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)
1717

18-
set(rapids-cmake-version 25.08)
18+
set(rapids-cmake-version 25.10)
1919
if(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

0 commit comments

Comments
 (0)