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
precommit
  • Loading branch information
athreesh committed Aug 22, 2025
commit 5d3df916a08997fa63e0c69b4df020d8a7c4b0f8
4 changes: 2 additions & 2 deletions docs/guides/dynamo_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ curl http://localhost:8000/v1/models

Before deploying, you'll need to specify which container images to use in the CRD. You have several options:

**Option 1: Use Public Images**
**Option 1: Use Public Images**
The easiest way is to use public images from the [NVIDIA NGC Catalog](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-dynamo/collections/ai-dynamo). Simply update the image field in your deployment YAML:

```yaml
Expand All @@ -63,7 +63,7 @@ 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
```

**Option 2: Build Your Own**
**Option 2: Build Your Own**
For customization or private deployments, build containers from source:

```bash
Expand Down
Loading