Problems running dustynv/ollama on Jetson Xavier 16Gb

When I try to run

docker run --runtime nvidia -it --rm --network=host -v ~/sda/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:0.4.0-r36.4.0

I get /bin/sh: 1: /start_ollama: Permission denied

~/sda is an external USB SDD; the ollama folder exists.
I get the same problem if I run with sudo,

Any suggestions?

I can running dustynv/ollama:r35.4.1 succesfully.

I hit one snag: start_ollama appears to run, but fails because there is no /data/logs directory.
I created one from the docker shell and re-ran /start_ollama. Now all is well :)

Thanks @romilly.cocking , yes appreciate it! Fixed this with commit jetson-containers@6e0a810

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.