diff --git a/src/bentoml/_internal/bento/build_config.py b/src/bentoml/_internal/bento/build_config.py index b82bebee5f9..f2e103df6c2 100644 --- a/src/bentoml/_internal/bento/build_config.py +++ b/src/bentoml/_internal/bento/build_config.py @@ -635,7 +635,8 @@ def write_to_bento(self, bento_fs: FS, build_ctx: str) -> None: "--allow-unsafe", "--no-header", f"--output-file={pip_compile_out}", - "--resolver=backtracking", + "--emit-index-url", + "--emit-find-links", "--no-annotate", ] )