This message was deleted.
# ask-for-help
s
This message was deleted.
🍱 1
🏁 1
a
hi there, the generated dockerfile in the latest version of bentoml should be a minimal dockerfile now. By default
containerize
will use BuildKit, if you wish not to use BuildKit then we respect
DOCKER_BUILDKIT=0
The reason for supporting buildkit are better cache impl, multiple architecture support.
😁 1
n
Oh, I thought that
DOCKER_BUILDKIT
was enforced to be 1 - as I had multiple issues to
bento build
&
bento containerize
a
containerize
respect
DOCKER_BUILDKIT
. Just out of curiosity, what is the issue that you ran into?