bentoml / bentoctl

Fast model deployment on any cloud 🚀

Home Page:https://bentoml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove git support for official operator

jjmachan opened this issue · comments

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.

implement in #134