Slackbot
03/24/2023, 6:02 PMsauyon
03/24/2023, 10:29 PMbentoml build
should output the tag of the bento at the end---it's not ideal, but you should be able to parse the tag out of its output.Sarthak Verma
03/25/2023, 4:45 AMsauyon
03/27/2023, 7:08 AMTAG=$(bentoml build | sed -n 's/Successfully built Bento(tag="\(.*\)")\./\1/p'
should get you the tag, then
bentoml containerize $TAG
should work.
We should definitely come up with a better solution, though.