Ollama runs well on NVIDIA Jetson Devices and should run out of the box with the standard installation instructions.
The following has been tested on JetPack 5.1.2, but should also work on JetPack 6.0.
curl https://ollama.com/install.sh | sh
ollama pull mistral
ollama run mistral
And that's it!
When running GPU accelerated applications in Docker, it is highly recommended to use dusty-nv jetson-containers repo.