av / harbor

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

Harbor install script / update defaults to 1.9 #21

Open Pokora22 opened 2 days ago

Pokora22 commented 2 days ago

Hey. Just wanted to let you know when using that script, the installation (and updates using 'harbor update') list version 1.9 as the latest. I'm running this on Ubuntu 22.04 LTS. Git listing versions sorts them alphabetically, so 1.24 is lower than 1.9 when I run the command.

Minor issue that can be circumvented by running the install manually + replacing instead of script/update.

PS. This project is amazing. Makes trying stuff out so easy and clean!

av commented 2 days ago

Thank you so much for the feedback and for trying out Harbor!

Current behavior is less than ideal and needs to be fixed, there are also problems with the shallow clone that is done by the intstall

av commented 2 days ago

I've prepared a possible fix here, the only question is MacOS compat