Base images for BentoML's ML model server
10K+
With the incoming 1.0 releases, we are deprecating bentoml/bento-server docker images and in light of supporting multi-architecture out-of-the-box. Please refers to BentoML Documentation for more information.
There are three type of BentoServer docker base image:
| Image Type | Description | Supported OS | Usage |
|---|---|---|---|
runtime | contains latest BentoML releases from PyPI | debian, centos{7,8}, amazonlinux2, alpine3.14 | production ready |
cudnn | runtime + support for CUDA-enabled GPU | debian, centos{7,8} | production ready with GPU support |
devel | nightly build from development branch | debian, centos{7,8} | for development use only |
The final docker image tags will have the following format:
<release_type>-<python_version>-<distros>-<suffix>
│ │ │ │
│ │ │ └─> additional suffix, differentiate runtime and cudnn releases
│ │ └─> formatted <dist><dist_version>, e.g: ami2, debian, centos7
│ └─> Supported Python version: python3.7 | python3.8 | python3.9
└─> Release type: devel or official BentoML release (e.g: 1.0.0)
Example image tags:
bento-server:devel-python3.7-debianbento-server:1.0.0-python3.8-centos8-cudnnbento-server:1.0.0-python3.7-ami2-runtimebento-server 1.0.0a71.0.0a7-python3.7-debian-cudnn1.0.0a7-python3.7-debian-runtime1.0.0a7-python3.8-debian-cudnn1.0.0a7-python3.8-debian-runtime1.0.0a7-python3.9-debian-cudnn1.0.0a7-python3.9-debian-runtimedevel-python3.7-debiandevel-python3.8-debiandevel-python3.9-debian1.0.0a7-python3.7-ubi8-cudnn1.0.0a7-python3.7-ubi8-runtime1.0.0a7-python3.8-ubi8-cudnn1.0.0a7-python3.8-ubi8-runtime1.0.0a7-python3.9-ubi8-cudnn1.0.0a7-python3.9-ubi8-runtimedevel-python3.7-ubi8devel-python3.8-ubi8devel-python3.9-ubi81.0.0a7-python3.7-ubi7-cudnn1.0.0a7-python3.7-ubi7-runtime1.0.0a7-python3.8-ubi7-cudnn1.0.0a7-python3.8-ubi7-runtime1.0.0a7-python3.9-ubi7-cudnn1.0.0a7-python3.9-ubi7-runtimedevel-python3.7-ubi7devel-python3.8-ubi7devel-python3.9-ubi71.0.0a7-python3.7-amazonlinux2-runtime1.0.0a7-python3.8-amazonlinux2-runtime1.0.0a7-python3.9-amazonlinux2-runtimeContent type
Image
Digest
Size
1.7 GB
Last updated
over 4 years ago
docker pull bentoml/bento-server:1.0.0a7-python3.9-ubi7-cudnn