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

#26 deployment with bentoml & aws lamnda

Open
Rihab Feki wants to merge 3 commits into OperationSavta:main from Rihab.Feki:deploy
1
2
3
4
5
6
7
8
9
10
11
12
  1. service: "service:service" # Same as the argument passed to `bentoml serve`
  2. labels:
  3. owner: rihab-feki
  4. stage: dev
  5. include:
  6. - "revice.py" # files needed for inference
  7. python:
  8. packages: # Additional pip packages required by the service
  9. - bentoml
  10. - fastai
  11. - PIL
  12. - numpy
Discard
Tip!

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