From 01255ae4f386ecde0c43a8307f548b954643f960 Mon Sep 17 00:00:00 2001 From: Kyle McGill Date: Fri, 14 Feb 2025 13:54:26 -0800 Subject: [PATCH 1/2] Update 'main' to track the 25.03 release --- Dockerfile | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb48cb4b..af11e884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:24.12-py3 -ARG TRITONSDK_BASE_IMAGE=nvcr.io/nvidia/tritonserver:24.12-py3-sdk +ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:25.01-py3 +ARG TRITONSDK_BASE_IMAGE=nvcr.io/nvidia/tritonserver:25.01-py3-sdk -ARG MODEL_ANALYZER_VERSION=1.48.0dev -ARG MODEL_ANALYZER_CONTAINER_VERSION=25.01dev +ARG MODEL_ANALYZER_VERSION=1.49.0dev +ARG MODEL_ANALYZER_CONTAINER_VERSION=25.03dev FROM ${TRITONSDK_BASE_IMAGE} as sdk FROM $BASE_IMAGE diff --git a/VERSION b/VERSION index 5fd5d860..5abe2365 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.48.0dev +1.49.0dev From 3e2d24f9e5281ad33e5dd5e7a3d70d15c7cb45f6 Mon Sep 17 00:00:00 2001 From: Kyle McGill Date: Fri, 14 Feb 2025 13:57:23 -0800 Subject: [PATCH 2/2] updated copyright --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af11e884..08fd3bb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2020-2025, NVIDIA CORPORATION & AFFILIATES. 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.