Overview
- Full name
docker.io/conda/miniconda3- Registry
- docker.io
- Namespace
- conda
- Repository
- miniconda3
- Cached tags
- 1
- Last synced
- 07/13/2026, 12:09 PM
Introduction
Miniconda3 精简 Python 环境基础镜像,预装 conda 包管理器,数据科学与 ML Dockerfile 多阶段构建的轻量底层。
Details
conda/miniconda3 提供官方 Miniconda 精简发行版,通过 conda/mamba 管理 Python 虚拟环境与科学计算依赖。定位为数据科学基础镜像,作为 Dockerfile FROM 构建 Jupyter、训练脚本或 ETL 流水线;CI 中快速拉起隔离 Python 环境。
快速启动
docker run --rm docker.io/conda/miniconda3:latest conda --version
推荐实践
# Dockerfile 示例
# FROM conda/miniconda3:latest
# RUN conda install -y numpy pandas scikit-learn
# COPY train.py /app/train.py
# CMD ["python", "/app/train.py"]
核心参数说明
conda --version— 验证包管理器- tag — 选择 Python 3.11/3.12 变体
- 体积 — 比 Anaconda 小得多
- 生产 — 锁定 environment.yml
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/conda/miniconda3 :latest | linux/amd64 | 2019/04/12 22:26 | 142.4 MB | sha256:2141bfc4b60c… |