Skip to content

Commit d1fa551

Browse files
committed
Use latest Triton image for buildpy
1 parent 20c93af commit d1fa551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ set(RAPIDS_TRITON_REPO_PATH "https://github.com/rapidsai/rapids-triton.git" CACH
3232
set(RAPIDS_TRITON_REPO_TAG "branch-${RAPIDS_DEPENDENCIES_VERSION}" CACHE STRING "Tag for rapidsai/rapids-triton repo")
3333

3434
if(TRITON_FIL_DOCKER_BUILD)
35-
project(RAPIDS_TRITON_BACKEND VERSION 24.11.00)
36-
set(TRITON_BUILD_CONTAINER "nvcr.io/nvidia/tritonserver:24.10-py3" CACHE STRING "Build image for Dockerized builds")
37-
set(TRITON_BUILD_CONTAINER_VERSION "24.10" CACHE STRING "Triton version for Dockerized builds")
35+
project(RAPIDS_TRITON_BACKEND VERSION 25.01.00)
36+
set(TRITON_BUILD_CONTAINER "nvcr.io/nvidia/tritonserver:25.01-py3" CACHE STRING "Build image for Dockerized builds")
37+
set(TRITON_BUILD_CONTAINER_VERSION "25.01" CACHE STRING "Triton version for Dockerized builds")
3838

3939
add_custom_command(
4040
OUTPUT fil/libtriton_fil.so $<$<BOOL:${TRITON_ENABLE_GPU}>:fil/libcuml++.so>

0 commit comments

Comments
 (0)