litellm/docker
Peter Dave Hello 6b67006b0c
Remove redundant apk update in Dockerfiles (cc #5016) (#9055)
The `apk` commands can utilize the `--no-cache` option, making the
`update` step superfluous and ensuring the latest packages are used
without maintaining a local cache. An additional `apk update` in the
Dockerfile will just make the image larger with no benefits.
2025-04-08 09:03:25 -07:00
..
build_from_pip (Fix + Testing) - Add dd-trace-run to litellm ci/cd pipeline + fix bug caused by dd-trace patching OpenAI sdk (#7820) 2025-01-16 22:03:09 -08:00
tests
.env.example
build_admin_ui.sh
Dockerfile.alpine Remove redundant apk update in Dockerfiles (cc #5016) (#9055) 2025-04-08 09:03:25 -07:00
Dockerfile.custom_ui
Dockerfile.database Remove redundant apk update in Dockerfiles (cc #5016) (#9055) 2025-04-08 09:03:25 -07:00
Dockerfile.non_root update redisvl dependency 2025-03-24 08:42:11 -04:00
entrypoint.sh
prod_entrypoint.sh (Fix + Testing) - Add dd-trace-run to litellm ci/cd pipeline + fix bug caused by dd-trace patching OpenAI sdk (#7820) 2025-01-16 22:03:09 -08:00
README.md

LiteLLM Docker

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