I upgraded one of my Jetson Orin NX from Jetpack 6.0 to Jetpack 6.1. Now jetson-containers is unable to run Ollama. Is jetson-containers compatible with 6.1?
I solved the issue by updating jetpack repo address (according to nvidia instructions). After that pulling the new ollama image.
— snippet below —
(from How to Install and Configure JetPack SDK — JetPack 6.1 documentation)
Upgrade JetPack
To upgrade from previous JetPack 6.x releases, first edit etc/apt/sources.list.d/nvidia-l4t-apt-source.list to point to the 36.4 repo (just change the version to r36.4 in both lines).
Next, use the following commands, then physically reboot the system:
sudo apt update
sudo apt dist-upgrade
sudo apt install --fix-broken -o Dpkg::Options::=“–force-overwrite”
– update ollama docker image –
docker pull dustynv/ollama:r36.4.0
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.