Created
April 27, 2025 20:50
-
-
Save a10y/eff6b611b2c9ff7c6f18e1d1794a0ea2 to your computer and use it in GitHub Desktop.
Get NanoLLM working on AGX Orin JetPack 6.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM dustynv/nano_llm:r36.4.0 | |
RUN apt update && apt install -y gstreamer1.0-nice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out that getting NanoLLM working on JetPack 6.2 (latest) is not completely straightforward. I was running into issues of the form
This apparently stopped working after JetPack 6.1 for some reason.
Someone on GH Issues said that installing gstreamer1.0-nice fixes the issue.
To verify yourself:
docker build .
and note the result asIMAGE_SHA
jetson-containers
would prepare for the original image: