https://github.com/midnighter/conda-base
Provide Docker images with different Python versions in the conda base environment.
https://github.com/midnighter/conda-base
conda docker miniconda3 python3
Last synced: 8 months ago
JSON representation
Provide Docker images with different Python versions in the conda base environment.
- Host: GitHub
- URL: https://github.com/midnighter/conda-base
- Owner: Midnighter
- License: apache-2.0
- Created: 2020-02-03T13:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T18:08:33.000Z (over 5 years ago)
- Last Synced: 2025-01-04T20:15:34.314Z (10 months ago)
- Topics: conda, docker, miniconda3, python3
- Language: Makefile
- Homepage: https://hub.docker.com/r/midnighter/conda-base
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conda-Base
[](https://travis-ci.org/Midnighter/conda-base)
[](https://cloud.docker.com/repository/docker/midnighter/conda-base/)
[](https://opensource.org/licenses/Apache-2.0)The `conda-base` image slightly expands the
[continuumio/miniconda3](https://hub.docker.com/r/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:```dockerfile
FROM midnighter/conda-base:3.8-latest
```## Python Versions
Images are generated for the following Python versions. Please [open an
issue](https://github.com/Midnighter/conda-base/issues/new) 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](LICENSE).