From 7ae2edcdb365c6c01f1abd8548cdc6dcaf5cce11 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 10 Dec 2024 14:12:48 -0800 Subject: [PATCH] Provide 24.12 version bumps --- ops/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/Dockerfile b/ops/Dockerfile index 0af8948..76ce1a3 100644 --- a/ops/Dockerfile +++ b/ops/Dockerfile @@ -3,7 +3,7 @@ # Arguments for controlling build details ########################################################################################### # Version of Triton to use -ARG TRITON_VERSION=24.10 +ARG TRITON_VERSION=24.11 # Base container image ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3 # Whether or not to enable GPU build