litellm/docker
Peter Dave Hello c6026ea6f9
Optimize Alpine Dockerfile by removing redundant apk commands (#5016)
Remove unnecessary `apk update` and manual cache cleanup steps in the
Alpine Dockerfile. By using `apk add --no-cache`, we avoid manual cache
management, making the Dockerfile simpler and easier to maintain.
2025-02-15 08:55:12 -08:00
..
build_from_pip
tests
.env.example
build_admin_ui.sh
Dockerfile.alpine Optimize Alpine Dockerfile by removing redundant apk commands (#5016) 2025-02-15 08:55:12 -08:00
Dockerfile.custom_ui
Dockerfile.database
Dockerfile.non_root
entrypoint.sh
prod_entrypoint.sh
README.md

LiteLLM Docker

This is a minimal Docker Compose setup for self-hosting LiteLLM.