Slackbot
06/15/2023, 7:54 PMChaoyu
06/15/2023, 8:03 PMbentofile
to specify where to download the packageChaoyu
06/15/2023, 8:03 PMChaoyu
06/15/2023, 8:04 PMpython:
packages:
- "git+<https://github.com/username/mylib.git@main>"
Chaoyu
06/15/2023, 8:06 PMutil.py
file, you can try creating a reference to the file in your bentoml project directly and import it using relative path and include the file in your `bentofile.yaml`’s include field. BentoML will be able to find the original file and package it. But it comes with limitations - if util.py
import other local packages, it may breakTom Wexler
06/15/2023, 8:08 PM