logo
ghcr.io/berriai/litellm:v1.84.10
linux/amd64 ghcr.io

litellm 镜像

这是一个用于运行 litellm 的 Docker 容器镜像,litellm 是一个用于构建和部署轻量级语言模型的框架。

该镜像包含 litellm 的所有必要依赖项,方便用户快速部署和使用。

使用该镜像可以轻松构建和运行各种语言模型,例如:

  • 文本分类
  • 机器翻译
  • 问答
  • 代码生成

该镜像由 Berriai 开发维护。

16
浏览次数
1.91GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10
源镜像
ghcr.io/berriai/litellm:v1.84.10
镜像ID
sha256:bec21f12c41bb161b112250daef745fdb36afe16b0ce80f0cc8b460713995955
镜像 TAG
v1.84.10
镜像大小
1.91GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
--port 4000
启动入口
docker/prod_entrypoint.sh
工作目录
/app
OS/平台
linux/amd64
镜像创建
2026-06-24T04:00:54.01322576Z
同步时间
2026-08-21 09:12
浏览量
16 次
贡献者
🔌 开放端口 1
4000/tcp
⚙️ 环境变量 2
KeyValue
PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 0
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt 1
🏷️ 镜像标签 9
KeyValue
wolfi-base dev.chainguard.image.title
dev.chainguard.package.main
Chainguard Team https://www.chainguard.dev/ org.opencontainers.image.authors
2026-06-22T23:59:25Z org.opencontainers.image.created
2b7dad241bfde734c88ec7a0c95c7e29fba82108 org.opencontainers.image.revision
https://github.com/BerriAI/litellm org.opencontainers.image.source
wolfi-base org.opencontainers.image.title
https://images.chainguard.dev/directory/image/wolfi-base/overview org.opencontainers.image.url
Chainguard org.opencontainers.image.vendor
🛡️ 镜像安全扫描
wolfi 20230201 Trivy 2026-08-21 09:12 查看完整报告
14
低危 LOW
91
中危 MEDIUM
59
高危 HIGH
2
严重 CRITICAL
受影响目标 (4)
ghcr.io/berriai/litellm:v1.84.10 (wolfi 20230201) wolfi Node.js node-pkg Python python-pkg root/.cache/uv/archive-v0/zZf8_5NwhLEv4l8Pd2gBx/uv_build-0.11.8.data/scripts/uv-build rustbinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10  ghcr.io/berriai/litellm:v1.84.10

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10  ghcr.io/berriai/litellm:v1.84.10

Shell快速替换命令

sed -i 's#ghcr.io/berriai/litellm:v1.84.10#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10  ghcr.io/berriai/litellm:v1.84.10'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10  ghcr.io/berriai/litellm:v1.84.10'

镜像构建历史


# 2026-06-24 12:00:54  0.00B 设置默认要执行的命令
CMD ["--port" "4000"]
                        
# 2026-06-24 12:00:54  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker/prod_entrypoint.sh"]
                        
# 2026-06-24 12:00:54  1.70KB 复制新文件或目录到容器中
COPY docker/supervisord.conf /etc/supervisord.conf # buildkit
                        
# 2026-06-24 12:00:54  0.00B 声明容器运行时监听的端口
EXPOSE [4000/tcp]
                        
# 2026-06-24 12:00:54  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c find /app/.venv -type f -path "*/tornado/test/*" -delete &&     find /app/.venv -type d -path "*/tornado/test" -delete # buildkit
                        
# 2026-06-24 12:00:53  955.19MB 复制新文件或目录到容器中
COPY /root/.cache /root/.cache # buildkit
                        
# 2026-06-24 12:00:49  709.16MB 复制新文件或目录到容器中
COPY /app /app # buildkit
                        
# 2026-06-24 11:59:48  0.00B 设置环境变量 PATH
ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
                        
# 2026-06-24 11:59:48  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-06-24 11:59:48  227.86MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache bash openssl tzdata nodejs npm python3 libsndfile supervisor &&     npm install -g npm@11.12.1 tar@7.5.11 glob@13.0.6 @isaacs/brace-expansion@5.0.1 brace-expansion@5.0.5 minimatch@10.2.4 diff@8.0.3 picomatch@4.0.4 &&     GLOBAL="$(npm root -g)" &&     for pkg in tar glob @isaacs/brace-expansion brace-expansion minimatch diff picomatch; do         name="${pkg##*/}";         find "$GLOBAL/npm" -type d -name "$name" -path "*/node_modules/$pkg" | while read d; do             rm -rf "$d" && cp -rL "$GLOBAL/$pkg" "$d";         done;     done &&     npm cache clean --force &&     { apk del --no-cache npm 2>/dev/null || true; } # buildkit
                        
# 2026-06-24 11:59:48  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-06-23 07:59:25  23.45KB 
apko
                        
# 2026-06-23 07:59:25  10.60KB 
apko
                        
# 2026-06-23 07:59:25  26.23KB 
apko
                        
# 2026-06-23 07:59:25  118.73KB 
apko
                        
# 2026-06-23 07:59:25  208.30KB 
apko
                        
# 2026-06-23 07:59:25  227.39KB 
apko
                        
# 2026-06-23 07:59:25  226.34KB 
apko
                        
# 2026-06-23 07:59:25  384.00KB 
apko
                        
# 2026-06-23 07:59:25  695.81KB 
apko
                        
# 2026-06-23 07:59:25  7.00MB 
apko
                        
# 2026-06-23 07:59:25  7.39MB 
apko
                        
                    

镜像信息

{
    "Id": "sha256:bec21f12c41bb161b112250daef745fdb36afe16b0ce80f0cc8b460713995955",
    "RepoTags": [
        "ghcr.io/berriai/litellm:v1.84.10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.84.10"
    ],
    "RepoDigests": [
        "ghcr.io/berriai/litellm@sha256:3f59ec3f54e095c18abdc4142ea0afd2f3961d91133c6677ae378a36bf212029",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm@sha256:7695921784a67ebd8a2de837f43aa1bffbf96331fc0c219e77398692847d717d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-24T04:00:54.01322576Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "github.com/chainguard-dev/apko",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "root",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "4000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin",
            "SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
        ],
        "Cmd": [
            "--port",
            "4000"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "docker/prod_entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "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-06-22T23:59:25Z",
            "org.opencontainers.image.revision": "2b7dad241bfde734c88ec7a0c95c7e29fba82108",
            "org.opencontainers.image.source": "https://github.com/BerriAI/litellm",
            "org.opencontainers.image.title": "wolfi-base",
            "org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/wolfi-base/overview",
            "org.opencontainers.image.vendor": "Chainguard"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1908523428,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6f622e9e1b0d69418c13eba73bfed26542808987b80364a156150fad4d855620/diff:/var/lib/docker/overlay2/d161c6f05b6aeaf4993425639db9fb0e4b144f4888c9fb0e6c704a8ed36c76e8/diff:/var/lib/docker/overlay2/09192765fbfc9795c07d7ce1c9f8e67792ef38095d47c5b52bde5f97817c53a1/diff:/var/lib/docker/overlay2/cae959764a431d91070cfadcae3dc41ce38dd5b8b4b46b6a420d70d37398b941/diff:/var/lib/docker/overlay2/20426dbaa4e86a2129e0cc8682fc6fc9cc749b2e472bde150197c0395a1ff094/diff:/var/lib/docker/overlay2/e36ac9473c71e81b9c6148e7964f0f464bbee9fa1bb6767db266a3f8191bac2f/diff:/var/lib/docker/overlay2/27152767da702f3900be5f5945224726e0426e51659a0f07ccd133091c0e9d5e/diff:/var/lib/docker/overlay2/9d73df400d4aa71625eb5f2940eb32fac6fc9a4b36a663a694e8ca22acd84ab0/diff:/var/lib/docker/overlay2/8f4cd4c3f4b3650b0afee6db4c6d6c63e85e1349c77df12b6173b0da0a1681a1/diff:/var/lib/docker/overlay2/d1d330b156f3b88181c3b78acdc7d9b643f377ae0b0de781f62f08b27f7829be/diff:/var/lib/docker/overlay2/9b36baae8a54d8a468d5690654ea0eb9c0819b331656d037297e624d6e5eb51d/diff:/var/lib/docker/overlay2/e32a05b4a5a0ba29fc5e4e69236152f4e4b0d41ac68919d4c9867d9e7fd38b59/diff:/var/lib/docker/overlay2/e614e926230c379c7a648d7a67269e9dfba3a312ab5658ddda7c2a94845a3091/diff:/var/lib/docker/overlay2/9ee21e9a5676e4c4c0c5cdbd8b1cad3cd383b05da80dcd60f716b8dffe0a9c80/diff:/var/lib/docker/overlay2/30300e623d5d81398d28efd3f32fda8546ed2216d0b0090023e8dce493111ed1/diff:/var/lib/docker/overlay2/7d69829e7e0a1495f00427b0be5892cba9eb561228e61c178c6cc32fed2e580e/diff",
            "MergedDir": "/var/lib/docker/overlay2/73c1021fabcc5dcadb7832d1d27115234b6ec912b8ca23598316403f527cfe76/merged",
            "UpperDir": "/var/lib/docker/overlay2/73c1021fabcc5dcadb7832d1d27115234b6ec912b8ca23598316403f527cfe76/diff",
            "WorkDir": "/var/lib/docker/overlay2/73c1021fabcc5dcadb7832d1d27115234b6ec912b8ca23598316403f527cfe76/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d4abef11f918ff59ff893bea14e311f163533b1f71ace50272995f3aa79b51ce",
            "sha256:469fc7229c4df05f818b17c0116a45104c2597d1d9ceac238d2f8fae25cd55fb",
            "sha256:e4ec9eb458d81072c8fd07363e2856cf57e4b424d8545814156400ea06927cb5",
            "sha256:d691fe338bf4bf69d8b2b798a8443e51a2a9b54ceded2235db0717390945956f",
            "sha256:caaccf89b8660b925e0e0266ffdc4f3e3cc7e98e121742c233f199ec167a4920",
            "sha256:c51a24e0862e0dc59177b34a1637ae3431b818fc70200dd1485e1cac36b72f0f",
            "sha256:66489d33a006a37280ac85a93e9f39a23f9e76dff2ea53fe43f341c011add9ea",
            "sha256:90cfe0bd8cd693b2ee91b94108fc47f023d82edc00e57352ab6635d827b33505",
            "sha256:852a2b9325825ed672cd62abd93cdb8d84ab7b20e881280df38d77ba07531fa3",
            "sha256:b8195249dcd92d2c0519946f0a9f9d9ec7b88e9a19b5f83bc156103a39d5ab50",
            "sha256:b5c5932eb40b75b9bdf680919b85529899abbe2f6532aef673c7be21b87fd304",
            "sha256:c1ea36d282bb024cb26eb85fcfde5c07ab191337c0a02e600c9fe5895e94275f",
            "sha256:79fa215ea119e716c47ecf0832c8dd03a1f30a26ba713313c31af4263cbc62cd",
            "sha256:70f4d5a289e692b40d0fad309ef2545670c3ee08d868ed591ec3838f7fdcc3ff",
            "sha256:0cc3ecaf33b2473d954064d8f9e2dcc8c6636d29d516a7562eaf5153911d172f",
            "sha256:a90f2deb5cf1e7032470ac1f5e85436b38bbdc0a14ea8cd2067867a9c3644512",
            "sha256:59ac0e577bd553f8ee478de0988e5513ee5dc6412d3789004abf2bbf934a1b51"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-21T09:11:20.80919919+08:00"
    }
}

更多版本

ghcr.io/berriai/litellm-non_root:main-v1.48.6

linux/amd64 ghcr.io1.18GB2024-09-29 18:13
1180

ghcr.io/berriai/litellm:main-stable

linux/amd64 ghcr.io1.35GB2024-11-12 11:57
4636

ghcr.io/berriai/litellm:main-v1.63.7-nightly

linux/amd64 ghcr.io1.85GB2025-03-13 14:09
875

ghcr.io/berriai/litellm:main-v1.65.4-stable

linux/amd64 ghcr.io1.89GB2025-04-06 10:24
1054

ghcr.io/berriai/litellm:main-v1.66.0-stable

linux/amd64 ghcr.io1.87GB2025-04-15 10:20
1049

ghcr.io/berriai/litellm:main-latest

linux/amd64 ghcr.io2.19GB2025-08-20 11:22
2018

ghcr.io/berriai/litellm:v1.75.5-stable

linux/amd64 ghcr.io2.18GB2025-08-20 17:51
619

ghcr.io/berriai/litellm-non_root:main-v1.75.8-stable

linux/amd64 ghcr.io2.23GB2025-08-26 16:36
1188

ghcr.io/berriai/litellm:v1.79.0-stable

linux/amd64 ghcr.io2.16GB2025-11-04 17:09
472

ghcr.io/berriai/litellm:v1.79.1.rc.2

linux/amd64 ghcr.io2.16GB2025-11-05 17:04
332

ghcr.io/berriai/litellm:v1.79.3-stable

linux/amd64 ghcr.io2.17GB2025-11-19 15:13
538

ghcr.io/berriai/litellm:v1.80.0.rc.2

linux/amd64 ghcr.io2.17GB2025-11-19 17:50
401

ghcr.io/berriai/litellm:main-v1.80.7-nightly

linux/amd64 ghcr.io1.92GB2025-11-30 10:23
405
517

ghcr.io/berriai/litellm:v1.80.5-stable

linux/amd64 ghcr.io1.34GB2025-12-11 11:34
578

ghcr.io/berriai/litellm:v1.80.8.rc.1

linux/amd64 ghcr.io1.34GB2025-12-11 14:33
608

ghcr.io/berriai/litellm:v1.82.3-stable

linux/amd64 ghcr.io1.89GB2026-03-17 17:38
754

ghcr.io/berriai/litellm:v1.82.3-stable.patch.2

linux/arm64 ghcr.io1.88GB2026-03-30 10:36
357

ghcr.io/berriai/litellm:v1.82.3-stable.patch.3

linux/amd64 ghcr.io1.89GB2026-04-09 18:58
346

ghcr.io/berriai/litellm:v1.83.3-stable

linux/amd64 ghcr.io1.98GB2026-04-16 10:59
407

ghcr.io/berriai/litellm:main-v1.81.14-stable

linux/amd64 ghcr.io1.88GB2026-04-23 15:31
323

ghcr.io/berriai/litellm:v1.83.7-stable

linux/amd64 ghcr.io1.98GB2026-04-24 12:18
454

ghcr.io/berriai/litellm:v1.83.12-nightly

linux/amd64 ghcr.io1.83GB2026-04-24 13:26
233

ghcr.io/berriai/litellm:v1.83.7-stable.patch.1

linux/amd64 ghcr.io1.98GB2026-04-24 13:38
292

ghcr.io/berriai/litellm-database:v1.85.0

linux/amd64 ghcr.io1.85GB2026-05-20 19:17
256

ghcr.io/berriai/litellm:v1.85.1

linux/amd64 ghcr.io1.20GB2026-05-26 09:22
210

ghcr.io/berriai/litellm:v1.86.2

linux/amd64 ghcr.io1.20GB2026-05-30 18:39
256

ghcr.io/berriai/litellm:v1.87.0

linux/amd64 ghcr.io1.21GB2026-06-02 13:11
353

ghcr.io/berriai/litellm:v1.87.1

linux/amd64 ghcr.io1.21GB2026-06-05 10:57
244

ghcr.io/berriai/litellm-database:v1.88.0

linux/amd64 ghcr.io1.93GB2026-06-08 15:33
197

ghcr.io/berriai/litellm-database:v1.87.2

linux/amd64 ghcr.io1.93GB2026-06-11 16:14
181

ghcr.io/berriai/litellm-database:main-latest

linux/amd64 ghcr.io1.80GB2026-06-11 16:25
347

ghcr.io/berriai/litellm:latest

linux/amd64 ghcr.io1.21GB2026-06-22 00:41
145

ghcr.io/berriai/litellm:v1.89.3

linux/amd64 ghcr.io1.21GB2026-06-22 15:36
249

ghcr.io/berriai/litellm:v1.90.0

linux/amd64 ghcr.io1.11GB2026-07-01 00:40
171

ghcr.io/berriai/litellm-database:latest

linux/amd64 ghcr.io1.12GB2026-07-07 17:06
483

ghcr.io/berriai/litellm:v1.91.0

linux/amd64 ghcr.io1.12GB2026-07-08 18:26
150

ghcr.io/berriai/litellm:v1.92.0

linux/amd64 ghcr.io1.09GB2026-07-13 16:22
222

ghcr.io/berriai/litellm:v1.93.0

linux/amd64 ghcr.io1.11GB2026-07-28 11:53
105

ghcr.io/berriai/litellm:v1.94.0

linux/amd64 ghcr.io1.11GB2026-07-30 15:31
132

ghcr.io/berriai/litellm-gateway:v1.92.0

linux/amd64 ghcr.io1.60GB2026-07-31 17:42
82

ghcr.io/berriai/litellm-backend:v1.92.0

linux/amd64 ghcr.io1.60GB2026-07-31 18:51
79

ghcr.io/berriai/litellm:v1.95.0

linux/amd64 ghcr.io1.16GB2026-08-11 16:55
99

ghcr.io/berriai/litellm-migrations:v1.96.2

linux/amd64 ghcr.io1.83GB2026-08-12 15:03
55

ghcr.io/berriai/litellm-gateway:v1.96.2

linux/amd64 ghcr.io1.92GB2026-08-12 15:07
64

ghcr.io/berriai/litellm-backend:v1.96.2

linux/amd64 ghcr.io1.91GB2026-08-12 15:09
53

ghcr.io/berriai/litellm-ui:v1.96.2

linux/amd64 ghcr.io70.25MB2026-08-12 15:10
57

ghcr.io/berriai/litellm:v1.97.0

linux/amd64 ghcr.io1.19GB2026-08-17 13:47
72

ghcr.io/berriai/litellm:v1.96.2

linux/amd64 ghcr.io1.16GB2026-08-17 13:49
39

ghcr.io/berriai/litellm:v1.97.0

linux/arm64 ghcr.io1.19GB2026-08-18 16:15
49

ghcr.io/berriai/litellm:v1.84.10

linux/amd64 ghcr.io1.91GB2026-08-21 09:12
15
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×