Suitable VLLM Container for Jetson Xavier NX with JetPack 5.1.4

Hi, I’m new to Jetson.
I have a Jetson Xavier NX device with JetPack 5.1.4 installed via an SD card.
I’m trying to run a VLLM server on it, but I’m not sure which container is compatible with my setup.

Here is the output of cat /etc/nv_tegra_release:

R35 (release), REVISION: 6.1, GCID: 39721438, BOARD: t186ref, EABI: aarch64, DATE: Tue Mar  4 10:13:09 UTC 2025

nvcc --version

  nvcc: NVIDIA (R) Cuda compiler driver
  Copyright (c) 2005-2022 NVIDIA Corporation
  Built on Sun_Oct_23_22:16:07_PDT_2022
  Cuda compilation tools, release 11.4, V11.4.315
  Build cuda_11.4.r11.4/compiler.31964100_0

Can anyone recommend a compatible VLLM container for this configuration?

Thanks in advance!

Hi,

We don’t have a vLLM container for the r35 branch.
But you can follow our Dockerfile to see if you can build on for your environment:

Thanks.