Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
keeping image tag more broad
  • Loading branch information
athreesh committed Aug 22, 2025
commit 179090f81a17dc299be5e29b2d645b33ae9ce1ef
6 changes: 3 additions & 3 deletions docs/guides/dynamo_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ The easiest way is to use public images from the [NVIDIA NGC Catalog](https://ca

```yaml
# In your deployment YAML:
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.4.0 # vLLM
image: nvcr.io/nvidia/ai-dynamo/sglang-runtime:0.4.0 # SGLang
image: nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:0.4.0 # TensorRT-LLM
image: nvcr.io/nvidia/ai-dynamo/vllm-runtime:<version> # vLLM
image: nvcr.io/nvidia/ai-dynamo/sglang-runtime:<version> # SGLang
image: nvcr.io/nvidia/ai-dynamo/tensorrtllm-runtime:<version> # TensorRT-LLM
```

**Option 2: Build Your Own**
Expand Down