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 278 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
14
15
  1. service: "application/src/create_service.py:service"
  2. include:
  3. - config
  4. - application/src
  5. - Procfile
  6. python:
  7. packages:
  8. - bentoml==1.0.0a7
  9. - hydra-core==1.2.0
  10. - numpy==1.22.4
  11. - pandas==1.4.2
  12. - patsy==0.5.2
  13. - pydantic==1.9.1
  14. - streamlit==1.9.0
  15. - xgboost==1.6.1
Tip!

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

Comments

Loading...