bentoml / bentoctl

Fast model deployment on any cloud 🚀
https://bentoml.com
Other
175 stars 30 forks source link

Remove git support for official operator #140

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

For official operators, we can use the GitHub release for versions/release.

Reasons:

  1. less git dependency
  2. reduce human errors when release a new version

We can use GitHub rest api to download the release tarfiles.

jjmachan commented 2 years ago

implement in #134