From 478283f0c856325472d9438babb33e42ed1bfe63 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 12 Dec 2024 06:35:45 +0900 Subject: [PATCH] Provide 24.12 version bumps (#420) --- 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