Skip to content

Provide Docker images with different Python versions in the conda base environment.

License

Notifications You must be signed in to change notification settings

Midnighter/conda-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda-Base

master Build Status Docker image pulls License

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-latest

Python 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

About

Provide Docker images with different Python versions in the conda base environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published