Unverified Commit efb3e7d4 authored by Maksim Khadkevich's avatar Maksim Khadkevich Committed by GitHub
Browse files

docs: Use the same term for dynamo base image across code snippets and text (#670)


Signed-off-by: default avatarMaksim Khadkevich <mkhadkevich@nvidia.com>
parent 15455dff
...@@ -125,7 +125,7 @@ Follow these steps to containerize and deploy your inference pipeline: ...@@ -125,7 +125,7 @@ Follow these steps to containerize and deploy your inference pipeline:
cd $PROJECT_ROOT/examples/hello_world cd $PROJECT_ROOT/examples/hello_world
# Set runtime image name # Set runtime image name
export DYNAMO_IMAGE=<dynamo_runtime_image_name> export DYNAMO_IMAGE=<dynamo_base_image>
# Build and containerize the Frontend service # Build and containerize the Frontend service
dynamo build --containerize hello_world:Frontend dynamo build --containerize hello_world:Frontend
......
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