Run BentoML Quickstart example notebook from docker
3.6K
BentoML is an open-source framework that simplifies Machine-Learning model deployment and serves your models at production scale.
This docker image is made for trying out the BentoML tutorial locally and not intended for production use.
To launch the tutorial notebook with this image:
docker run -it --rm -p 8888:8888 -p 3000:3000 bentoml/quickstart:latest
Learn more:
Content type
Image
Digest
sha256:8965cca36…
Size
491 MB
Last updated
over 3 years ago
docker pull bentoml/quickstart