Unverified Commit e14be96a authored by Neal Vaidya's avatar Neal Vaidya Committed by GitHub
Browse files

fix: [DYN-2335] correct docker tag for tritonserver build (#7037)


Signed-off-by: default avatarNeal Vaidya <nealv@nvidia.com>
parent fb60cdc5
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
ARG DYNAMO_BASE_IMAGE="dynamo:latest-none" ARG DYNAMO_BASE_IMAGE="dynamo-base:latest"
ARG TRITON_SERVER_IMAGE="nvcr.io/nvidia/tritonserver:25.01-py3" ARG TRITON_SERVER_IMAGE="nvcr.io/nvidia/tritonserver:25.01-py3"
FROM ${TRITON_SERVER_IMAGE} AS triton_source FROM ${TRITON_SERVER_IMAGE} AS triton_source
......
...@@ -40,7 +40,7 @@ From the Dynamo repository root: ...@@ -40,7 +40,7 @@ From the Dynamo repository root:
```bash ```bash
# Build the base Dynamo image # Build the base Dynamo image
python container/render.py --framework=dynamo --target=runtime --output-short-filename python container/render.py --framework=dynamo --target=runtime --output-short-filename
docker build -f container/rendered.Dockerfile . docker build -f container/rendered.Dockerfile -t dynamo-base:latest .
# Build the Triton worker image # Build the Triton worker image
cd examples/backends/tritonserver cd examples/backends/tritonserver
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment