Slackbot
01/30/2023, 9:10 PMPaulo Eduardo Neves
01/30/2023, 9:15 PMPaulo Eduardo Neves
01/30/2023, 9:17 PMsauyon
01/30/2023, 10:32 PMEric Riddoch
01/31/2023, 7:32 AMbento containerize
again! I think we're installing the same requirements 2-3 times in our setup (which I'm working on right at this moment 🤣)Eric Riddoch
01/31/2023, 7:33 AMapt-get install libcurl
in and out of the Docker image as wellPaulo Eduardo Neves
01/31/2023, 4:13 PMbentoml containarize
all together and create a docker file with everything. Inside I'd do a bentoml build && bentoml serve
.
What would I miss with this solution?James Zhang
02/02/2023, 8:26 AMbentoml build && serve
in the base image… didn’t make it either to use the containerize
Charu
02/17/2023, 3:38 PMbentoml build && bentoml serve
inside the containerCharu
02/17/2023, 3:59 PMAaron Pham
02/17/2023, 10:28 PMJean Poudroux
02/25/2023, 11:15 PMbentoml import && bentoml containerize 🤔
(maybe bentoml serve
to have the CI actually do a test on the routes) and subsequent docker push <container name
to our registry (not using yatai) finally deploy our kubernetes manifests etcJean Poudroux
06/12/2023, 7:19 PMbentoml import <..> &&
bentoml containerize
And we push the new image and redeploy out new service running in Kubernetes. Just need to add a CI unit test step for the newly built service and we should be good for our setup 💡Eric Riddoch
06/14/2023, 5:28 PMAfterwards another CI job pulls the built bento...How is that orchestration happening? Are you somehow emitting an event that causes the next CI job to run? Also, can you say what you're doing for your model registry? Are you using the official yatai one on kubernetes?
Eric Riddoch
06/14/2023, 5:28 PMJean Poudroux
06/15/2023, 2:35 AM