diff --git a/Dockerfile.sdk b/Dockerfile.sdk index 59bdaea509..8041286307 100644 --- a/Dockerfile.sdk +++ b/Dockerfile.sdk @@ -1,4 +1,4 @@ -# Copyright 2019-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2019-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -29,7 +29,7 @@ # # Base image on the minimum Triton container -ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:25.12-py3-min +ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:26.01-py3-min ARG TRITON_CLIENT_REPO_SUBDIR=clientrepo ARG TRITON_REPO_ORGANIZATION=http://github.com/triton-inference-server diff --git a/README.md b/README.md index 522927495c..03b498e561 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# [Triton Inference Server Release 25.12](https://docs.nvidia.com/deeplearning/triton-inference-server/release-notes/rel-25-12.html#rel-25-12) +# [Triton Inference Server Release 26.01](https://docs.nvidia.com/deeplearning/triton-inference-server/release-notes/rel-26-01.html#rel-26-01) -The Triton Inference Server container image, release 25.12, is available +The Triton Inference Server container image, release 26.01, is available on [NGC](https://ngc.nvidia.com/catalog/containers/nvidia:tritonserver) and is open source on [GitHub](https://github.com/triton-inference-server/server). Release notes can diff --git a/python/openai/README.md b/python/openai/README.md index ac0ec5e53b..ed770b4e05 100644 --- a/python/openai/README.md +++ b/python/openai/README.md @@ -1,5 +1,5 @@