-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission issue for /start_ollama in dustynv/ollama:0.4.0-r36.4.0 #742
Comments
|
Freshly flashed AGX Orin 64Gb developer's kit.
|
Following the instructions from: https://www.jetson-ai-lab.com/tutorial_ollama.html |
I may be inexperienced with Docker, but it seems that the Dockerfile is missing a WORKDIR, and there is no USER definition use in the Dockerfile. Could this be the source of the permission issue? |
@intelemodelseth @shouji000 here is my latest ollama image |
Success! Thank you very much for this, much appreciated! |
thank you |
Attempting the documented jetson-containers run --name ollama $(autotag ollama)
with dustynv/ollama:0.4.0-r36.4.0 on both a Jetson AGX Xavier dev kit and Jetson AGX Orin dev kit results in the same error:
/bin/sh: 1: /start_ollama: Permission denied
It is unclear how I might resolve this without the dockerfile being adjusted.
The text was updated successfully, but these errors were encountered: