Slackbot
12/06/2022, 7:33 PMEric Riddoch
12/06/2022, 7:38 PMbentoml serve
seems to work just fine after killing a hanging bentoml build
call.Eric Riddoch
12/06/2022, 7:39 PMbentoml containerize
fails saying that no bentos exist for the model. So bentoml build
must never have built anything before I killed it.sauyon
12/06/2022, 7:40 PMEric Riddoch
12/06/2022, 7:43 PMbuild-bento-service:
#!/bin/bash -e
BUILD_CONTEXT="./api/"
bentoml build --bentofile ./api/bentofile.yaml $BUILD_CONTEXT
Eric Riddoch
12/06/2022, 7:44 PMEric Riddoch
12/06/2022, 7:44 PMsauyon
12/06/2022, 7:48 PMEric Riddoch
12/06/2022, 7:58 PMsauyon
12/06/2022, 7:59 PMEric Riddoch
12/06/2022, 8:07 PM.bentoignore
file? I'd probably use that by default.sauyon
12/06/2022, 8:08 PMexclude
inside the bentofile.yaml
, I think, let me just double check.Aaron Pham
12/07/2022, 4:16 AM.bentoignore
file.sauyon
12/07/2022, 4:18 AM.bentoignore
and with the exclude
parameter of the bentofile.yaml
.Eric Riddoch
12/07/2022, 4:52 AM