I am trying to serve with Ollama on the Jetson AGX Orin 64 GB developer kit.
The first example jetson-containers run --name ollama $(autotag ollama) works and the server responds on 127.0.0.1:11434.
The second example docker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0 returns no error but does not work. I am using ollama:r36.2.0 in both cases.
Either way I want to override the OLLAMA_HOST variable.
I am trying to serve with Ollama on the Jetson AGX Orin 64 GB developer kit.
The first example
jetson-containers run --name ollama $(autotag ollama)
works and the server responds on 127.0.0.1:11434. The second exampledocker run --runtime nvidia --rm --network=host -v ~/ollama:/ollama -e OLLAMA_MODELS=/ollama dustynv/ollama:r36.2.0
returns no error but does not work. I am using ollama:r36.2.0 in both cases.Either way I want to override the OLLAMA_HOST variable.