Overview
- Full name
docker.io/pyqlib/qlib_image_stable- Registry
- docker.io
- Namespace
- pyqlib
- Repository
- qlib_image_stable
- Cached tags
- 1
- Last synced
- 07/06/2026, 05:34 AM
Introduction
Microsoft Qlib 量化研究稳定版镜像,预装 Python 与 Qlib 框架,适合因子挖掘与回测离线实验。
Details
pyqlib/qlib_image_stable 打包 Qlib 量化投资框架与 Jupyter 依赖,用于因子研究与模型训练。定位为 --rm 量化研究 CLI 环境,挂载数据目录与 notebook volume 批处理运行;非生产交易 Web 服务。
快速启动
docker run --rm -it \
-v $(pwd)/data:/data \
docker.io/pyqlib/qlib_image_stable:latest \
python -c "import qlib; print(qlib.__version__)"
推荐实践
docker run --rm \
-v /data/qlib:/data \
-v /data/output:/output \
docker.io/pyqlib/qlib_image_stable:0.9.0 \
qrun /data/workflow.yaml
核心参数说明
-v .../data:...— Qlib 数据集目录qrun— 工作流配置执行- 定位 — 离线研究
--rm - 固定 tag — Qlib 稳定版 pin
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/pyqlib/qlib_image_stable :stable | linux/amd64 | 2024/11/12 18:30 | 922.3 MB | sha256:65b93976d81b… |