ℹ️
注意:这是一个 latest 标签镜像

latest 并不代表最新版本,本站同步时间存在延迟,无法保证此镜像与上游最新版本一致
生产环境建议使用明确的版本号(如 v1.2.3),避免因版本不一致导致问题。 了解更多 →

logo
ghcr.io/vllm-project/guidellm:latest
linux/amd64 ghcr.io

该镜像属于vllm-project项目,提供GuidLLM相关功能,用于支持指导式大语言模型的推理与服务,基于vllm框架优化了推理性能,可助力构建高效的引导式LLM应用场景。

223
浏览次数
2.11GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest
源镜像
ghcr.io/vllm-project/guidellm:latest
镜像ID
sha256:0bbda0859c9e4d0f51680922e8fcda0f6ba94c4d133d30d30b553b67054b0686
镜像 TAG
latest
镜像大小
2.11GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
benchmark run
启动入口
/opt/app-root/bin/guidellm
工作目录
/home/guidellm
OS/平台
linux/amd64
镜像创建
2026-04-01T21:45:43.766839033Z
同步时间
2026-05-28 18:00
浏览量
223 次
贡献者
🔌 开放端口 1
8080/tcp
📁 目录挂载 1
 /results
⚙️ 环境变量 21
KeyValue
container=oci 0
PYTHON_VERSION=3.13 1
PYTHONUNBUFFERED=1 2
PYTHONIOENCODING=UTF-8 3
LC_ALL=en_US.UTF-8 4
LANG=en_US.UTF-8 5
CNB_STACK_ID=com.redhat.stacks.ubi-python-313 6
CNB_USER_ID=1001 7
CNB_GROUP_ID=0 8
PIP_NO_CACHE_DIR=off 9
STI_SCRIPTS_PATH=/usr/libexec/s2i 10
APP_ROOT=/opt/app-root 11
PLATFORM=el 12
PATH=/opt/app-root/bin:/opt/app-root/src/bin:/opt/app-root/src/.local/bin:/usr/local/bin:/usr/bin 13
BASH_ENV=/opt/app-root/bin/activate 14
ENV=/opt/app-root/bin/activate 15
PROMPT_COMMAND=. /opt/app-root/bin/activate 16
SUMMARY=Minimal platform for building and running Python 3.13 applications 17
DESCRIPTION=Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. 18
HOME=/home/guidellm 19
GUIDELLM_OUTPUT_DIR=/results 20
🏷️ 镜像标签 26
KeyValue
python-313-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. description
1.33.7 io.buildah.version
com.redhat.stacks.ubi-python-313-minimal io.buildpacks.stack.id
Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. io.k8s.description
GuideLLM io.k8s.display-name
8080:http io.openshift.expose-services
builder,python,python313,python-313,rh-python313 io.openshift.tags
MIT license
SoftwareCollections.org <sclorg@redhat.com> maintainer
fedora/python-313-minimal name
GuideLLM Performance Benchmarking Container org.opencontainers.image.description
https://blog.vllm.ai/guidellm/stable org.opencontainers.image.documentation
Apache-2.0 org.opencontainers.image.license
MIT org.opencontainers.image.licenses
fedora-minimal org.opencontainers.image.name
https://github.com/vllm-project/guidellm org.opencontainers.image.source
fedora-minimal org.opencontainers.image.title
https://fedoraproject.org/ org.opencontainers.image.url
Fedora Project org.opencontainers.image.vendor
42 org.opencontainers.image.version
Minimal platform for building and running Python 3.13 applications summary
s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.13-minimal/test/setup-test-app/ ubi/python-313-minimal python-sample-app usage
Fedora Project vendor
42 version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest  ghcr.io/vllm-project/guidellm:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest  ghcr.io/vllm-project/guidellm:latest

Shell快速替换命令

sed -i 's#ghcr.io/vllm-project/guidellm:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest  ghcr.io/vllm-project/guidellm:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest  ghcr.io/vllm-project/guidellm:latest'

镜像构建历史


# 2026-04-02 05:45:48  1.90GB 
/bin/sh -c #(nop) CMD [ "benchmark", "run" ]
                        
# 2026-04-02 05:45:43  0.00B 
/bin/sh -c #(nop) ENTRYPOINT [ "/opt/app-root/bin/guidellm" ]
                        
# 2026-04-02 05:45:43  0.00B 
/bin/sh -c #(nop) COPY dir:c0740dde259e9ac89c17bdfe0190233005e08bcbff1ef15c6636d49415dce584 in /opt/app-root 
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="GuideLLM"       org.opencontainers.image.description="GuideLLM Performance Benchmarking Container"       org.opencontainers.image.source="https://github.com/vllm-project/guidellm"       org.opencontainers.image.documentation="https://blog.vllm.ai/guidellm/stable"       org.opencontainers.image.license="Apache-2.0"
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c #(nop) VOLUME /results
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c chgrp -R 0 "$HOME" && chmod -R g=u "$HOME"
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c #(nop) WORKDIR $HOME
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c #(nop) ENV HOME="/home/guidellm"     GUIDELLM_OUTPUT_DIR="/results"
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c #(nop) USER 1001:0
                        
# 2026-04-02 05:45:36  0.00B 
/bin/sh -c --mount=type=cache,sharing=locked,target=/var/cache/dnf     dnf install -y --setopt=install_weak_deps=False         vi tar rsync ffmpeg-free
                        
# 2026-04-02 05:44:54  0.00B 
/bin/sh -c #(nop) USER root
                        
# 2026-04-01 11:59:17  71.43MB 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2026-04-01 11:59:17  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2026-04-01 11:59:17  0.00B 
/bin/sh -c     python3.13 -m venv ${APP_ROOT} &&     ${APP_ROOT}/bin/pip install /opt/wheels/pip-* &&     rm -r /opt/wheels &&     chown -R 1001:0 ${APP_ROOT} &&     fix-permissions ${APP_ROOT} -P &&     rpm-file-permissions
                        
# 2026-04-01 11:59:13  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2026-04-01 11:59:13  0.00B 
/bin/sh -c #(nop) COPY dir:f87a12029e54697ad3bdd1c0869a2a0149ef1227a0a54367bec77290841fef7b in /opt/wheels 
                        
# 2026-04-01 11:59:13  0.00B 
/bin/sh -c #(nop) COPY dir:6c390e46518011b96f500b1283c49b2ef79dcee2ef74e7102fac6bcb2a4b1935 in / 
                        
# 2026-04-01 11:59:13  0.00B 
/bin/sh -c #(nop) COPY dir:011f9ab341b266b127866161b9cefdd580e18bd3df15f0467fe171e5866366ac in $STI_SCRIPTS_PATH 
                        
# 2026-04-01 11:59:13  0.00B 
/bin/sh -c INSTALL_PKGS="python3.13 glibc-langpack-en findutils nss_wrapper-libs" &&     microdnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS &&     microdnf -y clean all --enablerepo='*'
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) LABEL summary="$SUMMARY"       description="$DESCRIPTION"       io.k8s.description="$DESCRIPTION"       io.k8s.display-name="Python 3.13"       io.openshift.expose-services="8080:http"       io.openshift.tags="builder,python,python313,python-313,rh-python313"       com.redhat.component="python-313-container"       name="fedora/python-313-minimal"       usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.13-minimal/test/setup-test-app/ ubi/python-313-minimal python-sample-app"       com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"       io.buildpacks.stack.id="com.redhat.stacks.ubi-python-313-minimal"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="Minimal platform for building and running Python $PYTHON_VERSION applications"     DESCRIPTION="Python $PYTHON_VERSION available as container is a base platform for building and running various Python $PYTHON_VERSION applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms."
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) ENV BASH_ENV=${APP_ROOT}/bin/activate     ENV=${APP_ROOT}/bin/activate     PROMPT_COMMAND=". ${APP_ROOT}/bin/activate"
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) ENV PATH=$APP_ROOT/bin:$HOME/bin:$HOME/.local/bin:$PATH
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) ENV PYTHON_VERSION=3.13     PYTHONUNBUFFERED=1     PYTHONIOENCODING=UTF-8     LC_ALL=en_US.UTF-8     LANG=en_US.UTF-8     CNB_STACK_ID=com.redhat.stacks.ubi-python-313     CNB_USER_ID=1001     CNB_GROUP_ID=0     PIP_NO_CACHE_DIR=off     STI_SCRIPTS_PATH=/usr/libexec/s2i     APP_ROOT=/opt/app-root     HOME=/opt/app-root/src     PLATFORM="el"
                        
# 2026-04-01 11:59:03  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2026-03-31 13:47:47  129.76MB 
KIWI 10.3.0
                        
                    

镜像信息

{
    "Id": "sha256:0bbda0859c9e4d0f51680922e8fcda0f6ba94c4d133d30d30b553b67054b0686",
    "RepoTags": [
        "ghcr.io/vllm-project/guidellm:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:latest"
    ],
    "RepoDigests": [
        "ghcr.io/vllm-project/guidellm@sha256:1243da6586cb9262ea7b01e29708e0749570d4be44f900c237f967866693091c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm@sha256:60671de9a0cf5df3a2b0ac59ef8b7594cb1d59897364f90db862758b1bf45e22"
    ],
    "Parent": "",
    "Comment": "FROM quay.io/fedora/python-313-minimal:latest",
    "Created": "2026-04-01T21:45:43.766839033Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "Fedora Project Contributors \u003cdevel@lists.fedoraproject.org\u003e",
    "Config": {
        "Hostname": "5b7e307770d4",
        "Domainname": "",
        "User": "1001:0",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "container=oci",
            "PYTHON_VERSION=3.13",
            "PYTHONUNBUFFERED=1",
            "PYTHONIOENCODING=UTF-8",
            "LC_ALL=en_US.UTF-8",
            "LANG=en_US.UTF-8",
            "CNB_STACK_ID=com.redhat.stacks.ubi-python-313",
            "CNB_USER_ID=1001",
            "CNB_GROUP_ID=0",
            "PIP_NO_CACHE_DIR=off",
            "STI_SCRIPTS_PATH=/usr/libexec/s2i",
            "APP_ROOT=/opt/app-root",
            "PLATFORM=el",
            "PATH=/opt/app-root/bin:/opt/app-root/src/bin:/opt/app-root/src/.local/bin:/usr/local/bin:/usr/bin",
            "BASH_ENV=/opt/app-root/bin/activate",
            "ENV=/opt/app-root/bin/activate",
            "PROMPT_COMMAND=. /opt/app-root/bin/activate",
            "SUMMARY=Minimal platform for building and running Python 3.13 applications",
            "DESCRIPTION=Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "HOME=/home/guidellm",
            "GUIDELLM_OUTPUT_DIR=/results"
        ],
        "Cmd": [
            "benchmark",
            "run"
        ],
        "Image": "",
        "Volumes": {
            "/results": {}
        },
        "WorkingDir": "/home/guidellm",
        "Entrypoint": [
            "/opt/app-root/bin/guidellm"
        ],
        "OnBuild": [],
        "Labels": {
            "com.redhat.component": "python-313-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "io.buildah.version": "1.33.7",
            "io.buildpacks.stack.id": "com.redhat.stacks.ubi-python-313-minimal",
            "io.k8s.description": "Python 3.13 available as container is a base platform for building and running various Python 3.13 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.",
            "io.k8s.display-name": "GuideLLM",
            "io.openshift.expose-services": "8080:http",
            "io.openshift.tags": "builder,python,python313,python-313,rh-python313",
            "license": "MIT",
            "maintainer": "SoftwareCollections.org \u003csclorg@redhat.com\u003e",
            "name": "fedora/python-313-minimal",
            "org.opencontainers.image.description": "GuideLLM Performance Benchmarking Container",
            "org.opencontainers.image.documentation": "https://blog.vllm.ai/guidellm/stable",
            "org.opencontainers.image.license": "Apache-2.0",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.name": "fedora-minimal",
            "org.opencontainers.image.source": "https://github.com/vllm-project/guidellm",
            "org.opencontainers.image.title": "fedora-minimal",
            "org.opencontainers.image.url": "https://fedoraproject.org/",
            "org.opencontainers.image.vendor": "Fedora Project",
            "org.opencontainers.image.version": "42",
            "summary": "Minimal platform for building and running Python 3.13 applications",
            "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.13-minimal/test/setup-test-app/ ubi/python-313-minimal python-sample-app",
            "vendor": "Fedora Project",
            "version": "42"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2106077292,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6c0db303d924e096fa1c0cdc8e0c2ee129b9d10e4c03851ed3fff88374b0dbb6/diff:/var/lib/docker/overlay2/f855092be7aefb9fe5e596fb06c855447988a2a9db1f0f426c08559ec7f150d7/diff",
            "MergedDir": "/var/lib/docker/overlay2/ee11037a17b32ca308ccedd8f3332ea886694a12bf82c5a684f529a1e49f0a82/merged",
            "UpperDir": "/var/lib/docker/overlay2/ee11037a17b32ca308ccedd8f3332ea886694a12bf82c5a684f529a1e49f0a82/diff",
            "WorkDir": "/var/lib/docker/overlay2/ee11037a17b32ca308ccedd8f3332ea886694a12bf82c5a684f529a1e49f0a82/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:64244e82c969ea8bb39709051438c8f1cbe351b69aef0d2a2d1c2f9228da6055",
            "sha256:40aa547d484c0f581eec886c2b362adf58c40ee932253eb2e283523e9fcfae4b",
            "sha256:557ac687451db42622b399b6391b8af5b41fc8402b26feb532f0bcefb0c01524"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-28T17:58:33.026447764+08:00"
    }
}

更多版本

ghcr.io/vllm-project/guidellm:latest

linux/amd64 ghcr.io2.11GB2026-05-28 18:00
222
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×