MI
Midnighter/conda-base
Provide Docker images with different Python versions in the conda base environment.
Conda-Base
The conda-base image slightly expands the
continuumio/miniconda3 image
and includes a configuration file with strict channel order, as well as
particular Python versions in the base environment.
Usage
The conda-base image is intended to be used in other images that further define
the conda environment by installing packages therein. It would typically be
used in the following way:
FROM midnighter/conda-base:3.8-latestPython Versions
Images are generated for the following Python versions. Please open an
issue if you require
others.
| Tag | Python |
|---|---|
| 3.6-latest | 3.6 |
| 3.7-latest | 3.7 |
| 3.8-latest | 3.8 |
Additionally, there are monthly builds that create a date based image tag.
Copyright
- Copyright © 2020, Moritz E. Beber.
- Free software licensed under the Apache License, Version 2.0.
On this page
Languages
Makefile73.3%Dockerfile26.7%
Contributors
Apache License 2.0
Created February 3, 2020
Updated February 3, 2020