v1.86.1 - Non-Root Docker Build Fix
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.86.1
pip install litellm==1.86.1
v1.86.1 is a Dockerfile-only patch on top of v1.86.0. The application code is unchanged.
Infrastructure​
- Docker
- Restore
npmto theDockerfile.non_rootbuilder stage soprisma-pythonresolves Node and no longer falls back to anodeenv-bootstrapped runtime - PR #28519
- Restore
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.86.0...v1.86.1