IGN Docker Images

Mirrored Docker images for IGN infrastructure

berriai-litellm (main-v1.80.15.rc.2)

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

Installation

docker pull gitea.bryanmellott.com/ign-images/berriai-litellm:main-v1.80.15.rc.2
sha256:51182093e88d6d84ba7b44e0842f9706ea676d94a6a95ab30b9f31653b6675e7

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 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 # 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-01-12T16:14:13.272Z
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 17c8d8d109b5d10c8a691108c47b9ce39f2f2646
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_rc_branch
Details
Container
2026-02-25 03:57:58 +00:00
0
OCI / Docker
linux/amd64
Chainguard Team https://www.chainguard.dev/
NOASSERTION
620 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