This repo contains necesary files to build docker image for Python.
Things that will be installed:
- everything in volantis/debian:stretch
- everything in Miniconda3
- CPython 3.7.x
- ipython
- ptpython
- clone this repo
git clone https://github.com/volantis-technology/docker-python.git && cd docker-python- build the image
docker build . -t python- check by running the image
docker run -it --rm pythonAkrom Khasani
akrom (at) volantis (dot) io