Overview
- Full name
docker.io/apecloud/xinference- Registry
- docker.io
- Namespace
- apecloud
- Repository
- xinference
- Cached tags
- 9
- Last synced
- 07/06/2026, 02:43 AM
Introduction
XInference 分布式 LLM 推理镜像,加载 HuggingFace/GGUF 模型提供 OpenAI 兼容 API,需 GPU 加速,适合本地大模型 serving。
Details
apecloud/xinference 运行 XInference 分布式推理引擎,加载多种 LLM/embedding 模型提供 OpenAI 兼容 REST API。定位为 GPU LLM 推理服务,需 --gpus all 与模型缓存 volume;docker 或 GPU 节点部署,非 CPU-only K8s 常规场景。
快速启动
docker run -d --name xinference \
--gpus all \
-p 9997:9997 \
docker.io/apecloud/xinference:latest
推荐实践
docker run -d --name xinference \
--gpus all \
--restart unless-stopped \
-p 9997:9997 \
-v /data/xinference:/root/.xinference \
docker.io/apecloud/xinference:v0.12.0
核心参数说明
--gpus all— GPU 推理加速-p 9997:9997— XInference REST API-v .../xinference:...— 模型权重缓存- 定位 — GPU LLM serving 服务
Latest tags (20)
View all 9 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/apecloud/xinference :v1.13.0 | linux/amd64 | 2025/11/28 11:31 | 15.7 GB | sha256:b5df50f3d04e… | |||
docker.io/apecloud/xinference :v1.13.0-cpu | linux/amd64 | 2025/11/28 11:31 | 3.2 GB | sha256:89160d6f8fcd… | |||
docker.io/apecloud/xinference :v0.15.4-cpu | linux/amd64 | 2024/11/26 16:46 | 2.1 GB | sha256:89260f89f438… | |||
docker.io/apecloud/xinference :v0.15.4 | linux/amd64 | 2024/11/26 16:25 | 7.9 GB | sha256:9138d360c26a… | |||
docker.io/apecloud/xinference :v0.11.0-cpu | linux/amd64 | 2024/08/20 13:05 | 2.1 GB | sha256:70536e983704… | |||
docker.io/apecloud/xinference :v0.11.0 | linux/amd64 | 2024/08/15 21:43 | 16.2 GB | sha256:60801d9ca5bf… | |||
docker.io/apecloud/xinference :latest-amd64 | linux/amd64 | 2024/01/10 21:44 | 11.2 GB | sha256:a2b245ff97c4… | |||
docker.io/apecloud/xinference :latest-cpu | linux/amd64linux/arm64 | 2023/11/21 16:21 | 1.0 GB | sha256:0c00f43bed7e… | |||
docker.io/apecloud/xinference :latest-arm | linux/arm64/v8 | 2023/11/06 23:08 | 897.4 MB | sha256:b98908df55b5… |