Created
November 13, 2022 00:10
-
-
Save ahmedbesbes/e61b202d916b8f421403852eb46b46ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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