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
3a425209
"...controller/dynamocomponentdeployment_controller.go" did not exist on "afccc9d434d26750d39a1391b833e1042a526121"
Unverified
Commit
3a425209
authored
Aug 05, 2025
by
Neal Vaidya
Committed by
GitHub
Aug 05, 2025
Browse files
docs: use prebuilt gpt-oss container (#2313)
parent
bc3456b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
components/backends/trtllm/gpt-oss.md
components/backends/trtllm/gpt-oss.md
+14
-1
No files found.
components/backends/trtllm/gpt-oss.md
View file @
3a425209
...
...
@@ -34,7 +34,18 @@ docker compose -f deploy/docker-compose.yml up
## 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):**
```
bash
...
...
@@ -65,6 +76,8 @@ docker build -f container/Dockerfile.tensorrt_llm_prebuilt . \
-t
$DYNAMO_CONTAINER_IMAGE
```
</details>
### 2. Download the Model
```
bash
...
...
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