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 180 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. service: "service.py:service"
  2. include:
  3. - "service.py"
  4. python:
  5. packages:
  6. - scikit_learn==1.0.2
  7. - numpy==1.22.3
  8. - tensorflow==2.8.0
  9. - scikit_image==0.18.3
Tip!

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

Comments

Loading...