pip install vllm-0.8.6+cu126-cp310-cp310-linux_aarch64.whl
Processing ./vllm-0.8.6+cu126-cp310-cp310-linux_aarch64.whl
ERROR: Wheel 'vllm' located at /home/ygsj/dependency/vllm-0.8.6+cu126-cp310-cp310-linux_aarch64.whl is invalid.
jetson-container also uses docker to launch the container but with some jetson-specific settings.
Have you tried to use the same command as jetson-container (which can be found in the console log) to see if it can work?
Actually, I don’t really understand Docker, but I can show you the output of my run and the versions of each package.When installing VLLM with Jetson container, I noticed that the VLLM version installed with Jetson container is 0.6.6.post1+cu126.
The versions of other packages are.
python3.10,torch2.5.0,torchvision0.20.0,transformers-4.52.0.dev0,jetpack6.2.
This may be useful for you.