litellm/docker/build_from_pip
2025-06-14 08:37:47 -07:00
..
Dockerfile.build_from_pip build from pip RUN prisma generate 2025-06-14 08:37:47 -07:00
litellm_config.yaml
Readme.md
requirements.txt fix build from pip test 2025-04-26 19:36:47 -07:00

Docker to build LiteLLM Proxy from litellm pip package

When to use this ?

If you need to build LiteLLM Proxy from litellm pip package, you can use this Dockerfile as a reference.

Why build from pip package ?

  • If your company has a strict requirement around security / building images you can follow steps outlined here