-
**Describe the bug**
SI workflow cannot download packages correctly due to name difference, but version exists on https://pypi.org/project/BentoML/ and we solved it already (see logs). Solver is inst…
-
**Describe the bug**
When I built a H2O-based image, the following error occurred. From the Dockerfile generated by BentoML, the base image is bentoml/model-server:0.8.1, and JRE is indeed not instal…
-
**Is your feature request related to a problem? Please describe.**
I have a model that has been deployed via docker. I have a new model and would like to add a new endpoint with a new version number …
-
Currently, there's only documentation for running YataiService instance with docker: https://docs.bentoml.org/en/latest/concepts.html#customizing-model-repository, to have a production-ready YataiServ…
-
**Describe the bug**
A clear and concise description of what the bug is.
I installed bentoml on MACOS.
using
pip install bentoml
I then ran the example:
bentoml serve IrisClassifier:la…
-
**Describe the bug**
Without any change to my code, new Docker containers aren't working anymore. When I try to run it, I get:
```
Traceback (most recent call last):
File "/opt/conda/bin/bento…
-
**Describe the bug**
The prediction for the CIFAR-10 image classifier example fails with an error.
**To Reproduce**
Steps to reproduce the behavior:
1. Get the CIFAR -10 image classifier from …
-
**Is your feature request related to a problem? Please describe.**
Currently, it's not possible to access the BentoML server when running on collab which makes it hard to test the service.
**Descr…
-
Add a step-by-step deployment guide on deploying BentoML workflow on EKS Cluster:
* How to create and configure an EKS Cluster(via UI and/or pre-defined cloud formation template)
* Setup Amazon EC…
-
* Add API and CLIs for managing model serving workloads on an existing Kubernetes cluster and deep integration with KFserving
* Helm chart for installing YataiService(BentoML's model repository servi…