Overview
- Full name
docker.io/stepfun2025/vllm- Registry
- docker.io
- Namespace
- stepfun2025
- Repository
- vllm
- Cached tags
- 2
- Last synced
- 07/05/2026, 03:38 PM
- Topics
Introduction
vLLM 大模型推理服务镜像,PagedAttention 高吞吐 LLM API,阶跃星辰定制版 GPU 私有化大模型推理运行时。
Details
stepfun2025/vllm 基于 vLLM 框架提供高吞吐 LLM 推理服务,支持 OpenAI 兼容 API 与连续批处理。定位为 GPU 大模型推理服务,需 NVIDIA GPU 与模型权重 volume;企业私有化 LLM API、高 QPS 推理网关或 RAG 生成层,PagedAttention 优化显存利用。
快速启动
docker run -d --name vllm \
--gpus all \
-p 8000:8000 \
-v /data/models:/models \
docker.io/stepfun2025/vllm:latest \
--model /models/my-llm
推荐实践
docker run -d --name vllm \
--gpus all \
--restart unless-stopped \
-p 8000:8000 \
-v /data/models:/models \
docker.io/stepfun2025/vllm:0.6.0 \
--model /models/qwen2-7b --tensor-parallel-size 1
核心参数说明
--gpus all— NVIDIA GPU 必需-p 8000:8000— OpenAI 兼容 API--model— 模型路径--tensor-parallel-size— 多卡并行
Latest tags (20)
View all 2 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/stepfun2025/vllm :step-audio-2-v20250909 | linux/amd64 | 2025/09/09 15:06 | 11.9 GB | sha256:3d2068cfeec9… | |||
docker.io/stepfun2025/vllm :step-audio-2-v20250904 | linux/amd64 | 2025/09/04 18:10 | 11.9 GB | sha256:71b87e386e00… |