Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
e14be96a
Unverified
Commit
e14be96a
authored
Mar 06, 2026
by
Neal Vaidya
Committed by
GitHub
Mar 06, 2026
Browse files
fix: [DYN-2335] correct docker tag for tritonserver build (#7037)
Signed-off-by:
Neal Vaidya
<
nealv@nvidia.com
>
parent
fb60cdc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/backends/tritonserver/Dockerfile
examples/backends/tritonserver/Dockerfile
+1
-1
examples/backends/tritonserver/README.md
examples/backends/tritonserver/README.md
+1
-1
No files found.
examples/backends/tritonserver/Dockerfile
View file @
e14be96a
# 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
...
...
examples/backends/tritonserver/README.md
View file @
e14be96a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment