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
5c8f8ffb
Unverified
Commit
5c8f8ffb
authored
Apr 20, 2026
by
Ryan McCormick
Committed by
GitHub
Apr 20, 2026
Browse files
docs(mocker): clarify mocker image placeholder (#8274)
parent
846ce71a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
examples/backends/mocker/deploy/agg.yaml
examples/backends/mocker/deploy/agg.yaml
+7
-2
examples/backends/mocker/deploy/disagg.yaml
examples/backends/mocker/deploy/disagg.yaml
+8
-3
No files found.
examples/backends/mocker/deploy/agg.yaml
View file @
5c8f8ffb
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# NOTE: There is no dedicated `mocker-runtime` image. The mocker component
# (`python3 -m dynamo.mocker`) is bundled into the standard Dynamo backend
# runtime images published on NGC (e.g. `nvcr.io/nvidia/ai-dynamo/vllm-runtime`,
# `sglang-runtime`, `tensorrtllm-runtime`). Replace `my-dynamo-image:my-tag`
# below with any of those tags, or with your own built image.
apiVersion
:
nvidia.com/v1alpha1
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
kind
:
DynamoGraphDeployment
metadata
:
metadata
:
...
@@ -12,7 +17,7 @@ spec:
...
@@ -12,7 +17,7 @@ spec:
replicas
:
1
replicas
:
1
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
decode
:
decode
:
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
componentType
:
worker
componentType
:
worker
...
@@ -20,7 +25,7 @@ spec:
...
@@ -20,7 +25,7 @@ spec:
replicas
:
1
replicas
:
1
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
workingDir
:
/workspace
command
:
command
:
-
python3
-
python3
...
...
examples/backends/mocker/deploy/disagg.yaml
View file @
5c8f8ffb
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# NOTE: There is no dedicated `mocker-runtime` image. The mocker component
# (`python3 -m dynamo.mocker`) is bundled into the standard Dynamo backend
# runtime images published on NGC (e.g. `nvcr.io/nvidia/ai-dynamo/vllm-runtime`,
# `sglang-runtime`, `tensorrtllm-runtime`). Replace `my-dynamo-image:my-tag`
# below with any of those tags, or with your own built image.
apiVersion
:
nvidia.com/v1alpha1
apiVersion
:
nvidia.com/v1alpha1
kind
:
DynamoGraphDeployment
kind
:
DynamoGraphDeployment
metadata
:
metadata
:
...
@@ -12,7 +17,7 @@ spec:
...
@@ -12,7 +17,7 @@ spec:
replicas
:
1
replicas
:
1
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
prefill
:
prefill
:
envFromSecret
:
hf-token-secret
envFromSecret
:
hf-token-secret
componentType
:
worker
componentType
:
worker
...
@@ -20,7 +25,7 @@ spec:
...
@@ -20,7 +25,7 @@ spec:
replicas
:
1
replicas
:
1
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
workingDir
:
/workspace
command
:
command
:
-
python3
-
python3
...
@@ -44,7 +49,7 @@ spec:
...
@@ -44,7 +49,7 @@ spec:
replicas
:
1
replicas
:
1
extraPodSpec
:
extraPodSpec
:
mainContainer
:
mainContainer
:
image
:
my-
registry/mocker-runtim
e:my-tag
image
:
my-
dynamo-imag
e:my-tag
workingDir
:
/workspace
workingDir
:
/workspace
command
:
command
:
-
python3
-
python3
...
...
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