From 8b55b6959f2edf34ac2c6fcb8e07953d07e24e2b Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Mon, 29 Jul 2024 14:58:09 +0800 Subject: [PATCH] fix: surface config error on bento build Signed-off-by: Frost Ming --- src/bentoml/_internal/bento/bento.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bentoml/_internal/bento/bento.py b/src/bentoml/_internal/bento/bento.py index f3ce50caf4e..6e6e6fc69e0 100644 --- a/src/bentoml/_internal/bento/bento.py +++ b/src/bentoml/_internal/bento/bento.py @@ -213,6 +213,7 @@ def create( ) else: # for >= 1.2 + svc.inject_config() bento_name = ( build_config.name if build_config.name is not None