Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lren-chuv/python-base-docker-images
Collection of Docker images for Python, including the base images created for the Algorithm Factory / Woken
https://github.com/lren-chuv/python-base-docker-images
algorithm-factory docker-image
Last synced: 27 days ago
JSON representation
Collection of Docker images for Python, including the base images created for the Algorithm Factory / Woken
- Host: GitHub
- URL: https://github.com/lren-chuv/python-base-docker-images
- Owner: LREN-CHUV
- License: apache-2.0
- Created: 2017-01-16T08:58:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T09:04:00.000Z (8 months ago)
- Last Synced: 2024-06-11T17:51:14.385Z (5 months ago)
- Topics: algorithm-factory, docker-image
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CHUV](https://img.shields.io/badge/CHUV-LREN-AF4C64.svg)](https://www.unil.ch/lren/en/home.html) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/LREN-CHUV/python-base-docker-images/blob/master/LICENSE) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/495d61eb1adf4445a822c57c516ab892)](https://www.codacy.com/app/hbp-mip/python-base-docker-images?utm_source=github.com&utm_medium=referral&utm_content=LREN-CHUV/python-base-docker-images&utm_campaign=Badge_Grade)
[![CircleCI](https://circleci.com/gh/HBPMedical/python-base-docker-images.svg?style=svg)](https://circleci.com/gh/HBPMedical/python-base-docker-images)# Python Base Docker Images
## What is it ?
This is a collection of Docker images for Python.
## Images
### [hbpmip/python-base](python-base)
Minimal Python 3.x image.
### [hbpmip/python-base-build](python-base-build)
Python 3.x image including Miniconda (so you can use conda to install dependencies).
Python algorithms can be built using this image !### [hbpmip/python-mip](python-mip)
Python 3.x image based on python-base and providing extra libraries like pandas and
a library to read/write MIP algorithms inputs/outputs.
Python algorithms should be distributed as children images of this one.# Acknowledgements
This work has been funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP)
This work is part of SP8 of the Human Brain Project (SGA1).