IGN Docker Images

Mirrored Docker images for IGN infrastructure

berriai-litellm (v1.80.11-stable)

Published 2026-02-25 03:58:29 +00:00 by Bryan Mellott

Installation

docker pull gitea.bryanmellott.com/ign-images/berriai-litellm:v1.80.11-stable
sha256:1e9a5fadc89cad37f3c2a9478bcd65f4ad89f115d3ea97406d4c755797c377a8

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 # 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 find /usr/lib -type f -path "*/tornado/test/*" -delete && find /usr/lib -type d -path "*/tornado/test" -delete # buildkit
RUN /bin/sh -c chmod +x docker/install_auto_router.sh && ./docker/install_auto_router.sh # buildkit
RUN /bin/sh -c prisma generate # buildkit
RUN /bin/sh -c chmod +x docker/entrypoint.sh # buildkit
RUN /bin/sh -c 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-01-10T22:04:35.318Z
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 57e07bddd34185934893de3ad74583ba119ed67d
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 litellm_stable_release_branch
Details
Container
2026-02-25 03:58:29 +00:00
0
OCI / Docker
linux/amd64
Chainguard Team https://www.chainguard.dev/
NOASSERTION
616 MiB
Versions (3) View all
v1.80.11-stable 2026-02-25
main-v1.80.15.rc.2 2026-02-25
main-latest 2026-02-25