Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

bentofile.yaml 261 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
  1. service: "src/bentoml_app.py:service"
  2. include:
  3. - "src/bentoml_app.py"
  4. - "src/streamlit_app.py"
  5. - "processors/*"
  6. python:
  7. packages:
  8. - numpy==1.19.5
  9. - pandas==1.3.3
  10. - scikit-learn==1.0.2
  11. - pydantic==1.9.0
  12. - feature-engine==1.2.0
  13. - streamlit==1.5.1
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...