Unverified Commit 3a425209 authored by Neal Vaidya's avatar Neal Vaidya Committed by GitHub
Browse files

docs: use prebuilt gpt-oss container (#2313)

parent bc3456b4
...@@ -34,7 +34,18 @@ docker compose -f deploy/docker-compose.yml up ...@@ -34,7 +34,18 @@ docker compose -f deploy/docker-compose.yml up
## Instructions ## Instructions
### 1. Build the Container ### 1. Pull the Container
```bash
export DYNAMO_CONTAINER_IMAGE="nvcr.io/nvidia/ai-dynamo/tensorrtllm-gpt-oss:latest"
docker pull $DYNAMO_CONTAINER_IMAGE
```
<details>
<summary> Building your own container </summary>
If you'd like to build your own Dynamo container, use the following instructions
**For ARM64 (GB200):** **For ARM64 (GB200):**
```bash ```bash
...@@ -65,6 +76,8 @@ docker build -f container/Dockerfile.tensorrt_llm_prebuilt . \ ...@@ -65,6 +76,8 @@ docker build -f container/Dockerfile.tensorrt_llm_prebuilt . \
-t $DYNAMO_CONTAINER_IMAGE -t $DYNAMO_CONTAINER_IMAGE
``` ```
</details>
### 2. Download the Model ### 2. Download the Model
```bash ```bash
......
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