ghcr.io/berriai/litellm:v1.85.1 linux/amd64

ghcr.io/berriai/litellm:v1.85.1 - 国内下载镜像源 浏览次数:8

litellm 镜像

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

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

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

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

该镜像由 Berriai 开发维护。

源镜像 ghcr.io/berriai/litellm:v1.85.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.85.1
镜像ID sha256:165045d23619737a6e08ee8b7fd465328600da114dd06950221f3c7926c36619
镜像TAG v1.85.1
大小 1.20GB
镜像源 ghcr.io
CMD --port 4000
启动入口 docker/prod_entrypoint.sh
工作目录 /app
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2026-05-21T02:32:53.198349153Z
同步时间 2026-05-26 09:22
开放端口
4000/tcp
环境变量
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
镜像标签
wolfi-base: dev.chainguard.image.title : dev.chainguard.package.main Chainguard Team https://www.chainguard.dev/: org.opencontainers.image.authors 2026-05-05T17:11:16Z: org.opencontainers.image.created f9c2a417a530a8369aeed96d259992040739c0f0: 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

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-21 10:32:53  0.00B 设置默认要执行的命令
CMD ["--port" "4000"]
                        
# 2026-05-21 10:32:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker/prod_entrypoint.sh"]
                        
# 2026-05-21 10:32:53  0.00B 声明容器运行时监听的端口
EXPOSE [4000/tcp]
                        
# 2026-05-21 10:32:53  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-05-21 10:32:52  140.94MB 复制新文件或目录到容器中
COPY /root/.cache/prisma-python /root/.cache/prisma-python # buildkit
                        
# 2026-05-21 10:32:52  106.06MB 复制新文件或目录到容器中
COPY /root/.cache/prisma /root/.cache/prisma # buildkit
                        
# 2026-05-21 10:32:52  709.64MB 复制新文件或目录到容器中
COPY /app /app # buildkit
                        
# 2026-05-21 10:31:53  0.00B 设置环境变量 PATH
ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
                        
# 2026-05-21 10:31:53  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2026-05-21 10:31:52  226.60MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk add --no-cache bash openssl tzdata nodejs npm python3 libsndfile &&     npm install -g npm@11.14.0 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-05-21 10:31:52  0.00B 指定运行容器时使用的用户
USER root
                        
# 2026-05-06 01:11:16  23.39KB 
apko
                        
# 2026-05-06 01:11:16  10.60KB 
apko
                        
# 2026-05-06 01:11:16  26.23KB 
apko
                        
# 2026-05-06 01:11:16  118.73KB 
apko
                        
# 2026-05-06 01:11:16  199.42KB 
apko
                        
# 2026-05-06 01:11:16  219.25KB 
apko
                        
# 2026-05-06 01:11:16  226.34KB 
apko
                        
# 2026-05-06 01:11:16  380.66KB 
apko
                        
# 2026-05-06 01:11:16  691.95KB 
apko
                        
# 2026-05-06 01:11:16  6.93MB 
apko
                        
# 2026-05-06 01:11:16  7.19MB 
apko
                        
                    

镜像信息

{
    "Id": "sha256:165045d23619737a6e08ee8b7fd465328600da114dd06950221f3c7926c36619",
    "RepoTags": [
        "ghcr.io/berriai/litellm:v1.85.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm:v1.85.1"
    ],
    "RepoDigests": [
        "ghcr.io/berriai/litellm@sha256:b3db76b5251485ab332bb91b30984991c6f53144b5c1c4371b4bd9766749e45f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/berriai/litellm@sha256:f3f3854eea84b85fd0a8e957f11fe632af5c3b0597c3a7a9ffac1ea90465b66a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-21T02:32:53.198349153Z",
    "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-05-05T17:11:16Z",
            "org.opencontainers.image.revision": "f9c2a417a530a8369aeed96d259992040739c0f0",
            "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": 1199246691,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d0903c49ea68530a613a1dd489080084b86d9c6bbd59ce70265e82b7a8e25ef6/diff:/var/lib/docker/overlay2/a5ec5d58ab7c1124c443a4204c7b0507291c66fa7735546efcc1955745cc802b/diff:/var/lib/docker/overlay2/3777be2f263e4a0da59d41f28c36e34404078101feb8c9ae699e35cbe2b87e3d/diff:/var/lib/docker/overlay2/482f18e1da735c69f3a9c4cbecd71e68163e45d858d02810855f638b0b76239b/diff:/var/lib/docker/overlay2/79997eabf05d425cc228ebd167e9d4dd15239224635f3d08e184b716ac35526c/diff:/var/lib/docker/overlay2/0cfef872f07ce6d7f0f2d809e7d569fd2bfa4b2459e76b531022b2e1fc301360/diff:/var/lib/docker/overlay2/fd9fe483dd0604fd575ed79cba0b130d853347c21917910ec2dc2482c30ba83e/diff:/var/lib/docker/overlay2/5c5c1700e5f5846d5804ac41ce0726d45a1c7677b84d0ad11e7a0e32410e87b8/diff:/var/lib/docker/overlay2/f20caa0a4b664828091fc7de5200bbfd85f7ebf042845121620180bea1539a5f/diff:/var/lib/docker/overlay2/ba625d4df982e12f798743d856e7673c88ada168556daeb69f066c588a7eeccd/diff:/var/lib/docker/overlay2/27f1050027fca662c28d72ff53f3032fc5a39b605421c6d1d4ef0aed24ec590b/diff:/var/lib/docker/overlay2/5d95172b7e72138fcba38f092a83c31a1bf835d9c107b1f2802b601a6b002fe0/diff:/var/lib/docker/overlay2/91aec61c7ff328575d30edf69acbaaae001bd13b102bd6d59c11b0503e088a10/diff:/var/lib/docker/overlay2/ff51806c1f22e0124e5d5a0d837d87d2ece40741c6fce5c90176eacee5b2ed9d/diff:/var/lib/docker/overlay2/2eee41a4ee1456cff578f6e5ff554aec963cf7290102a0760a9054c219932eec/diff:/var/lib/docker/overlay2/5737b08d8113fc9bc96b83235f5ab495b9013bd6b2d97335d62bbc8bccb0d668/diff",
            "MergedDir": "/var/lib/docker/overlay2/67cdfd05f4f0621a6de2a79bfe4933e8fcb4e97fa484e5cf32fec9d4a5e375cf/merged",
            "UpperDir": "/var/lib/docker/overlay2/67cdfd05f4f0621a6de2a79bfe4933e8fcb4e97fa484e5cf32fec9d4a5e375cf/diff",
            "WorkDir": "/var/lib/docker/overlay2/67cdfd05f4f0621a6de2a79bfe4933e8fcb4e97fa484e5cf32fec9d4a5e375cf/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:272d94535c70253a6a7cbb1d96838fd8fa9ed138aea2ce091f74f261095ac5b8",
            "sha256:7b8515b1d8a75419b513a7f7cfecc0563aaeeec468e93c3673122d74cf9e7028",
            "sha256:3c40083cbf9966b9da7f6e55a8dc664faa61deccd9f5d488d718e3d01f4aba29",
            "sha256:6562679d109c939489d457fcbd6d961c9d5f592f316cefcb2e62fa595199797a",
            "sha256:caaccf89b8660b925e0e0266ffdc4f3e3cc7e98e121742c233f199ec167a4920",
            "sha256:70991d5976e247cb33ca1923edd3f609e6c23f527dbe62b838d6a03c0bca6453",
            "sha256:298bacf2e4ef81e719540c35d6f5d69de916d42407dd597c2cc217fa3fed9ea5",
            "sha256:90cfe0bd8cd693b2ee91b94108fc47f023d82edc00e57352ab6635d827b33505",
            "sha256:852a2b9325825ed672cd62abd93cdb8d84ab7b20e881280df38d77ba07531fa3",
            "sha256:b8195249dcd92d2c0519946f0a9f9d9ec7b88e9a19b5f83bc156103a39d5ab50",
            "sha256:8f43f428401b1493736934951e0382ccd856a7cfca2e94ea85eb5e9bd54b0418",
            "sha256:9c2d5b7a9727c9483dd87331c8cedab46b7d2d716cdb9c3451558cf755459a36",
            "sha256:ba31fbb806255885a7396036fb0095ad901c8002f73a61fa278136e77571929c",
            "sha256:5296a0033677181256b41a8ce5b440458482f61c0d8a2c2bbb4b826552d7feae",
            "sha256:a77cf24cb78910c716f649ae01affa70cc06d614ca839578e1a3d7cee61baddd",
            "sha256:04662247cc7b67d5dd9327b5717a3331c60f3562c0f122e03ef8be35bf24a644",
            "sha256:f1409ff69c837ef224b617c386d0e7363d892791187bcd06a7edb0ec5b90da00"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-26T09:21:46.753331351+08:00"
    }
}

更多版本

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

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

ghcr.io/berriai/litellm:main-stable

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

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

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

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

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

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

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

ghcr.io/berriai/litellm:main-latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 ghcr.io1.92GB2025-11-30 10:23
316
413

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ghcr.io/berriai/litellm:v1.85.1

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