this is how i ran
"""
sudo docker run -it --rm --runtime=nvidia --network host
-v $MODEL_PATH:/models/cosmos-reason2-2b:ro
-v ${HOME}/.cache/vllm:/root/.cache/vllm
ghcr.io/nvidia-ai-iot/vllm:latest-jetson-orin
vllm serve /models/cosmos-reason2-2b
--max-model-len 8192 --gpu-memory-utilization 0.6 --reasoning-parser qwen3
--media-io-kwargs '{"video": {"num_frames": -1}}'
--enable-prefix-caching
--port 8010
"""
i get the same issue which container actually i should use
i am working with jetson agx orin 64 with below details
R36 (release), REVISION: 4.7, GCID: 42132812, BOARD: generic, EABI: aarch64, DATE: Thu Sep 18 22:54:44 UTC 2025
KERNEL_VARIANT: oot
TARGET_USERSPACE_LIB_DIR=nvidia
TARGET_USERSPACE_LIB_DIR_PATH=usr/lib/aarch64-linux-gnu/nvidia
What is the exact image name i can use or the command