This message was deleted.
# ask-for-help
s
This message was deleted.
🏁 1
replied 1
👀 1
j
Hi Maytud.
In most cases, we recommend building a pipeline with bento as the deliverable.
bentoml containerize <bento>
doesn't requires the model dependencies installed
m
I see, so I should reframe to trying to delivery the bento instead
as for
containerize
wouldnt I need to have
build
the bento before? which would require the dependencies
j
yeah. From a bento to an image, only
bentoml
is required.
👍 1
as for
containerize
wouldnt I need to have
build
the bento before? which would require the dependencies
That's true. Thus we recommend to call
bentoml build
in the service development stage. It makes sense because you will also need those dependencies to dev/test the project, right?
m
I see!
so maybe.. • train model + build bento (in training env) • CICD pulls the bento (maybe an exported file, I am not in a yatai env yet) and containerizes
yes this makes a lot of sense
Thanks for the advice!!
j
[beers]