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.
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-latest
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 © 2020, Moritz E. Beber.
- Free software licensed under the Apache License, Version 2.0.