bentoml / bentoctl

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

Use Dulwich implementation instead of GitPython #133

Closed yubozhao closed 2 years ago

yubozhao commented 2 years ago

Dulwich is pure python git implementation, does not rely on git command.

https://github.com/jelmer/dulwich

jjmachan commented 2 years ago

using the Github API to download and manage the operator versions