docker-image
  • Joined on 2026-08-21

docker.litellm.ai/berriai/litellm (main-latest)

Published 2026-08-22 00:53:34 -04:00 by docker-image

Installation

docker pull home-gitea.waltercheng.com/docker-image/docker.litellm.ai/berriai/litellm:main-latest
sha256:bcd6813f18f737e522a4bc9e034ae01a19ef0662b3c9ddf75f2cf20ad9600423

About this package

Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]

Image Layers

apko
apko
apko
apko
apko
apko
apko
apko
apko
apko
apko
USER root
RUN /bin/sh -c apk add --no-cache bash openssl tzdata nodejs npm python3 py3-pip libsndfile && npm install -g npm@latest [email protected] [email protected] @isaacs/[email protected] && GLOBAL="$(npm root -g)" && find "$GLOBAL/npm" -type d -name "tar" -path "*/node_modules/tar" | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/tar" "$d"; done && find "$GLOBAL/npm" -type d -name "glob" -path "*/node_modules/glob" | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/glob" "$d"; done && find "$GLOBAL/npm" -type d -name "brace-expansion" -path "*/node_modules/@isaacs/brace-expansion" | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/@isaacs/brace-expansion" "$d"; done && npm cache clean --force # buildkit
WORKDIR /app
COPY . . # buildkit
RUN /bin/sh -c ls -la /app # buildkit
COPY /app/dist/*.whl . # buildkit
COPY /wheels/ /wheels/ # buildkit
RUN /bin/sh -c pip install *.whl /wheels/* --no-index --find-links=/wheels/ && rm -f *.whl && rm -rf /wheels # buildkit
RUN /bin/sh -c NODEJS_WHEEL_NODE=$(find /usr/lib -path "*/nodejs_wheel/bin/node" 2>/dev/null) && if [ -n "$NODEJS_WHEEL_NODE" ]; then cp /usr/bin/node "$NODEJS_WHEEL_NODE"; fi # buildkit
RUN /bin/sh -c find /usr/lib -type f -path "*/tornado/test/*" -delete && find /usr/lib -type d -path "*/tornado/test" -delete # buildkit
RUN /bin/sh -c GLOBAL="$(npm root -g)" && find /usr/lib -path "*/nodejs_wheel/*/node_modules/tar" -type d | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/tar" "$d"; done && find /usr/lib -path "*/nodejs_wheel/*/node_modules/glob" -type d | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/glob" "$d"; done && find /usr/lib -path "*/nodejs_wheel/*/node_modules/@isaacs/brace-expansion" -type d | while read d; do rm -rf "$d" && cp -rL "$GLOBAL/@isaacs/brace-expansion" "$d"; done # buildkit
RUN /bin/sh -c sed -i 's/\r$//' docker/install_auto_router.sh && chmod +x docker/install_auto_router.sh && ./docker/install_auto_router.sh # buildkit
RUN /bin/sh -c prisma generate --schema=./litellm/proxy/schema.prisma # buildkit
RUN /bin/sh -c sed -i 's/\r$//' docker/entrypoint.sh && chmod +x docker/entrypoint.sh # buildkit
RUN /bin/sh -c sed -i 's/\r$//' docker/prod_entrypoint.sh && chmod +x docker/prod_entrypoint.sh # buildkit
EXPOSE [4000/tcp]
RUN /bin/sh -c apk add --no-cache supervisor # buildkit
COPY docker/supervisord.conf /etc/supervisord.conf # buildkit
ENTRYPOINT ["docker/prod_entrypoint.sh"]
CMD ["--port" "4000"]

Labels

Key Value
dev.chainguard.image.title wolfi-base
dev.chainguard.package.main
org.opencontainers.image.authors Chainguard Team https://www.chainguard.dev/
org.opencontainers.image.created 2026-02-23T20:19:55.440Z
org.opencontainers.image.description Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 71b4bd12a77ae66b39ad5716be783d8badb57e8d
org.opencontainers.image.source https://github.com/BerriAI/litellm
org.opencontainers.image.title litellm
org.opencontainers.image.url https://github.com/BerriAI/litellm
org.opencontainers.image.vendor Chainguard
org.opencontainers.image.version main
Details
Container
2026-08-22 00:53:34 -04:00
2
OCI / Docker
linux/amd64
Chainguard Team https://www.chainguard.dev/
NOASSERTION
699 MiB
Versions (1) View all
main-latest 2026-08-22