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

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

17
浏览次数
2.11GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:v0.7.0
源镜像
ghcr.io/vllm-project/guidellm:v0.7.0
镜像ID
sha256:c3315650bd964a32dae42a58ba0ced576e15130932006a67f40cac6b26218882
镜像 TAG
v0.7.0
镜像大小
2.11GB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
run
启动入口
/opt/app-root/bin/guidellm
工作目录
/home/guidellm
OS/平台
linux/amd64
镜像创建
2026-06-29T13:58:44.66998261Z
同步时间
2026-08-25 21:30
浏览量
17 次
贡献者
🔌 开放端口 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
🛡️ 镜像安全扫描
fedora 42 Trivy 2026-08-25 21:31 查看完整报告
3
低危 LOW
12
中危 MEDIUM
16
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
Python python-pkg

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-06-29 21:58:44  0.00B 
/bin/sh -c #(nop) CMD [ "run" ]
                        
# 2026-06-29 21:58:44  0.00B 
/bin/sh -c #(nop) ENTRYPOINT [ "/opt/app-root/bin/guidellm" ]
                        
# 2026-06-29 21:58:36  1.25GB 
/bin/sh -c #(nop) COPY dir:390fe3b5c72360b3db07012bc8c7089a175d3a31b851835adc94e4e1c6abb6eb in /opt/app-root 
                        
# 2026-06-29 21:58:26  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-06-29 21:58:26  0.00B 
/bin/sh -c #(nop) VOLUME /results
                        
# 2026-06-29 21:58:26  0.00B 
/bin/sh -c chgrp -R 0 "$HOME" && chmod -R g=u "$HOME"
                        
# 2026-06-29 21:58:26  0.00B 
/bin/sh -c #(nop) WORKDIR $HOME
                        
# 2026-06-29 21:58:26  0.00B 
/bin/sh -c #(nop) ENV HOME="/home/guidellm"     GUIDELLM_OUTPUT_DIR="/results"
                        
# 2026-06-29 21:58:26  0.00B 
/bin/sh -c #(nop) USER 1001:0
                        
# 2026-06-29 21:58:22  653.08MB 
/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-06-29 21:57:59  0.00B 
/bin/sh -c #(nop) USER root
                        
# 2026-06-24 12:58:04  71.53MB 
/bin/sh -c #(nop) CMD $STI_SCRIPTS_PATH/usage
                        
# 2026-06-24 12:58:03  0.00B 
/bin/sh -c #(nop) USER 1001
                        
# 2026-06-24 12:58:03  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-06-24 12:57:59  0.00B 
/bin/sh -c #(nop) WORKDIR ${HOME}
                        
# 2026-06-24 12:57:59  0.00B 
/bin/sh -c #(nop) COPY dir:f87a12029e54697ad3bdd1c0869a2a0149ef1227a0a54367bec77290841fef7b in /opt/wheels 
                        
# 2026-06-24 12:57:59  0.00B 
/bin/sh -c #(nop) COPY dir:6c390e46518011b96f500b1283c49b2ef79dcee2ef74e7102fac6bcb2a4b1935 in / 
                        
# 2026-06-24 12:57:59  0.00B 
/bin/sh -c #(nop) COPY dir:011f9ab341b266b127866161b9cefdd580e18bd3df15f0467fe171e5866366ac in $STI_SCRIPTS_PATH 
                        
# 2026-06-24 12:57:59  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-06-24 12:57:44  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-06-24 12:57:44  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-06-24 12:57:44  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-06-24 12:57:44  0.00B 
/bin/sh -c #(nop) ENV PATH=$APP_ROOT/bin:$HOME/bin:$HOME/.local/bin:$PATH
                        
# 2026-06-24 12:57:44  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-06-24 12:57:44  0.00B 
/bin/sh -c #(nop) EXPOSE 8080
                        
# 2026-05-28 15:47:52  129.74MB 
KIWI 10.3.0
                        
                    

镜像信息

{
    "Id": "sha256:c3315650bd964a32dae42a58ba0ced576e15130932006a67f40cac6b26218882",
    "RepoTags": [
        "ghcr.io/vllm-project/guidellm:v0.7.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm:v0.7.0"
    ],
    "RepoDigests": [
        "ghcr.io/vllm-project/guidellm@sha256:aa6641334b83862d88b4972a339fb15a6ef0ea02b219422235e403aa28f1c7e3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/vllm-project/guidellm@sha256:728b27375656edde0c54d3a954b9773a83a1f121a3490498d1b24e73f7d85a73"
    ],
    "Parent": "",
    "Comment": "FROM f9da7fbd80a5",
    "Created": "2026-06-29T13:58:44.66998261Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "Fedora Project Contributors \u003cdevel@lists.fedoraproject.org\u003e",
    "Config": {
        "Hostname": "2f852a3706b4",
        "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": [
            "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": 2107842725,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7f5010ff37baf62b468cc8d08220c67f8b095d0951ca7988f053a9493d0c49b9/diff:/var/lib/docker/overlay2/0cecc0a510279419aa89765ef119c6b7ac8fc29186b8bafc04a85c552f58eaf0/diff:/var/lib/docker/overlay2/f1f36858211aa35f70cb57da0f7e99f4190c5f922731379d25074eea055ff1df/diff:/var/lib/docker/overlay2/c8c63969768c48cb542fa60afe28b40fdb97b6b0466f42da2ea01d7c70ab7498/diff",
            "MergedDir": "/var/lib/docker/overlay2/a1c119493f5eb2b7d2bdd103f9dac04b9ee9f16df3d23a7c3395fb0fef36678a/merged",
            "UpperDir": "/var/lib/docker/overlay2/a1c119493f5eb2b7d2bdd103f9dac04b9ee9f16df3d23a7c3395fb0fef36678a/diff",
            "WorkDir": "/var/lib/docker/overlay2/a1c119493f5eb2b7d2bdd103f9dac04b9ee9f16df3d23a7c3395fb0fef36678a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:131bfbd9bc5f74ab5c3ae3ec017068ead94485f0961b095b778c8b256a1d1892",
            "sha256:f2f25031527eeb9ff0aff5128127038f32986cae83709bf86abf8b5ab2d8e541",
            "sha256:46801398775bc61937e0939d362468b4d6e298e9d532e1d268c5dfdce0daf0c2",
            "sha256:097d61b3c82e1acf515d9cabe0cb7c66008fc7fb74dae1e09bd8a0711c2591fe",
            "sha256:79577dcd28cf070e838811f67a4fe7c4d05bb3957b65d88c70b227e6107620b9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-25T21:29:24.432339805+08:00"
    }
}

更多版本

ghcr.io/vllm-project/guidellm:latest

linux/amd64 ghcr.io2.11GB2026-05-28 18:00
336

ghcr.io/vllm-project/guidellm:v0.7.0

linux/amd64 ghcr.io2.11GB2026-08-25 21:30
16

ghcr.io/vllm-project/guidellm:v0.7.3

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