Slackbot
03/03/2023, 5:31 PMChaoyu
03/03/2023, 8:20 PMbentofile.yaml
config file?Sarthak Verma
03/05/2023, 2:55 PMbentoml serve
labels:
owner: sarthak
stage: dev
include:
- "*.py" # A pattern for matching which files to include in the bento
python:
packages: # Additional pip packages required by the service
- scikit-learn
- pandasSarthak Verma
03/06/2023, 5:12 AM