-
**Components** that may or may not save work or be of additional value:
- dask can run things with various schedulers:
- [Python API](https://docs.dask.org/en/latest/deploying-python.html)
…
-
**Describe the bug**
1. If pip_args.txt has multiple options (i.e. there's a space), e.g. --index-url=some_server/some_index --trusted_host=some_server, then the cat of the file into a variable will …
-
**Describe the bug**
When using JSON() descriptor with a pydantic model I expect a pydantic model object to be passed as parameter to the decorated function, a dictionary is returned instead. This se…
-
**Is your feature request related to a problem? Please describe.**
Support for the NLTK library http://nltk.org
* Runner class for NLTK model
* A hook for downloading NLTK model/data during d…
-
While trying to add aws-lambda Operator, bentoctl throws
Setup:
`pip install --pre bentoctl`
> bentoctl, version 1.0.0a4
Starts with
> Cloning git@github.com:bentoml/aws-lambda-deploy.git
…
-
Currently the generated Dockerfile is only one stage. We should take advantage
of the [multi-stage build](https://docs.docker.com/develop/develop-images/multistage-build/) or similar OCI-compilant too…
-
**Describe the bug**
The sklearn example available here https://docs.bentoml.org/en/latest/quickstart.html#installation fails at inference time with AnyIO error. The bento service is deployed in p…
-
I know that bento is in the transition period to 1.0, but I with there was already documentation for the [logging feature](https://docs.bentoml.org/en/latest/guides/logging.html) (especially predictio…
sotte updated
2 years ago
-
Hello bentoml team 👋
I am trying to build a Yatai production ready platform on AZURE.
The database is hosted on an external Azure Postgres Single server but I am unable to configure because the us…
-
**Is your feature request related to a problem? Please describe.**
Currently for user to create a new Runner, it requires creating a new class inheriting from the base `Runner` or `Simple` runner…