From 2fe17735a6dfde36c5a5f74edc7ea88b6c9606df Mon Sep 17 00:00:00 2001 From: Shakhizat Nurgaliyev Date: Tue, 9 Sep 2025 08:41:21 +0500 Subject: [PATCH] Updated Nvidia Jetson docs (#4422) --- docs/platforms/nvidia_jetson.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/platforms/nvidia_jetson.md b/docs/platforms/nvidia_jetson.md index 7a37e9426..362f60c83 100644 --- a/docs/platforms/nvidia_jetson.md +++ b/docs/platforms/nvidia_jetson.md @@ -20,12 +20,16 @@ Run the installation script: ``` bash jetson-containers/install.sh ``` -Build the container: +Build the container image: ``` -CUDA_VERSION=12.6 jetson-containers build sglang +jetson-containers build sglang ``` Run the container: ``` +jetson-containers run $(autotag sglang) +``` +Or you can also manually run a container with this command: +``` docker run --runtime nvidia -it --rm --network=host IMAGE_NAME ``` * * * * * @@ -69,7 +73,7 @@ Structured output with XGrammar Please refer to [SGLang doc structured output](../advanced_features/structured_outputs.ipynb). * * * * * -Thanks to the support from [shahizat](https://github.com/shahizat). +Thanks to the support from [Nurgaliyev Shakhizat](https://github.com/shahizat), [Dustin Franklin](https://github.com/dusty-nv) and [Johnny Núñez Cano](https://github.com/johnnynunez). References ----------