This message was deleted.
# ask-for-help
s
This message was deleted.
b
As in use a custom base image?
👍 1
g
no, as in I run
bentoml containerize
and then push the docker container to yatai
in practice I want to deploy to kubernetes a docker container I already built. We have CI/CD building the container as part of the testing (so we can test the working of the model), it would make sense for us to push that to Yatai, instead of pushing the bento and then rebuilding it. This would also allow us to customize the building and go around the building problem we're talking about in the other thread (https://bentoml.slack.com/archives/CKRANBHPH/p1665514582637919)
b
In that case would it make sense to use your own custom Dockerfile for containerization?
g
Yeah, we can always do that, but Yatai gives a nice window into the state of the models. Anyway, rebuilding would be fine as soon as we fix the other problem described in the other thread (more build options in the Yatai build, and in particular build arguments for docker)