av / harbor

Effortlessly run LLM backends, APIs, frontends, and services with one command.
https://github.com/av/harbor
Apache License 2.0
483 stars 29 forks source link

Bug: Harbor ollama <parameter> #8

Closed alsoasnerd closed 3 months ago

alsoasnerd commented 3 months ago

OCI runtime exec failed: exec failed: unable to start container process: exec: "ollama list": executable file not found in $PATH: unknown

I removed my host ollama (rm /usr/local/bin/ollama, userdel ollama...). Maybe that caused this issue, idk.

Edit: entering on container and running "ollama list" works, just "harbor ollama list" or "harbor exec ollama "ollama list" doesn't works.

av commented 3 months ago

Thank you for reporting! It's a regression after resolving some of the linter messages in the main CLI file - went a tad wrong (sorry for the inconvenience)

Please run harbor update and it should be fixed

av commented 3 months ago

Closing as config override was fixed