Slackbot
10/03/2022, 9:16 AMAaron Pham
10/03/2022, 10:10 PMbentoml build
and containerize again to package your new model version.
This process shouldn’t take a long time second time around since docker should already have your previous build step cacheHoàng Nguyễn
10/04/2022, 8:23 AMAaron Pham
10/04/2022, 8:50 AMAaron Pham
10/04/2022, 8:51 AMhow can i do it automatically?can you clarify what do you mean by this? I’m not sure if I understand your question fully
Hoàng Nguyễn
10/04/2022, 8:54 AMAaron Pham
10/04/2022, 9:04 AMupdate the API continuouslyDo you mean by updating the service definition? or updating the docker image tag?
Hoàng Nguyễn
10/04/2022, 9:06 AMI am building API by building docker images and running it. I want to automate this (when there is a new model and build a new docker image, run again with the newly created image). Is there any way for this?