Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created November 13, 2022 00:10
Show Gist options
  • Save ahmedbesbes/e61b202d916b8f421403852eb46b46ce to your computer and use it in GitHub Desktop.
Save ahmedbesbes/e61b202d916b8f421403852eb46b46ce to your computer and use it in GitHub Desktop.
service: "service:svc" # Same as the argument passed to `bentoml serve`
labels:
owner: bentoml-team
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
- pandas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment