mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 23:06:52 +00:00
fd0a03f719
* fix working build from pip * add tests for proxy_build_from_pip_tests * doc clean up for deployment * docs cleanup * docs build from pip * fix cd docker/build_from_pip
9 lines
334 B
Markdown
9 lines
334 B
Markdown
# 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 |