Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/UDF-Examples/RAPIDS-accelerated-UDFs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021-2025, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2021-2026, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,8 +20,8 @@ ARG LINUX_VERSION=rockylinux8

FROM nvidia/cuda:${CUDA_VERSION}-devel-${LINUX_VERSION}

ARG TOOLSET_VERSION=14
ENV TOOLSET_VERSION=14
ARG TOOLSET_VERSION=13
ENV TOOLSET_VERSION=13
ARG PARALLEL_LEVEL=10
ENV PARALLEL_LEVEL=10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR)

# set to the rapids-cmake-branch
set(rapids-cmake-branch "release/26.02")
set(rapids-cmake-branch "main")

file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/${rapids-cmake-branch}/RAPIDS.cmake
${CMAKE_BINARY_DIR}/RAPIDS.cmake)
Expand Down