0Pricing
MLOps Academy · Lesson

Build a Bento and Containerize It

Bundle code, model, and deps into a deployable Bento.

What a Bento Is

A Bento is the deployable bundle BentoML builds. It packs your service code, the model, and the exact dependencies into one archive. 📦

The bentofile

You describe the build in a bentofile.yaml. It names the service entry point and lists what to include.

service: "service:svc"

All lessons in this course

  1. Save a Model to the Bento Store
  2. Define a Service and Its API
  3. Enable Adaptive Micro-Batching
  4. Build a Bento and Containerize It
← Back to MLOps Academy