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