diff --git a/base/python:3.5 b/base/python:3.5 new file mode 100644 index 0000000000000000000000000000000000000000..3f90febdf2c5433166d61f5b98571e87c465ceb5 --- /dev/null +++ b/base/python:3.5 @@ -0,0 +1,11 @@ +FROM python:3.5.6 + MAINTAINER Tamas Gal <tgal@km3net.de> + + RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev + + RUN pip install -U pip setuptools wheel + + RUN pip install numpy + RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py + RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery + RUN pip install matplotlib seaborn pillow ipython jupyter notebook pillow diff --git a/base/python:3.6 b/base/python:3.6 new file mode 100644 index 0000000000000000000000000000000000000000..844d846ca3b3c1b8ed1f51af0b141e56a5634a5b --- /dev/null +++ b/base/python:3.6 @@ -0,0 +1,11 @@ +FROM python:3.6.7 + MAINTAINER Tamas Gal <tgal@km3net.de> + + RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev + + RUN pip install -U pip setuptools wheel + + RUN pip install numpy + RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py + RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery + RUN pip install matplotlib seaborn pillow ipython jupyter notebook pillow diff --git a/base/python:3.7 b/base/python:3.7 new file mode 100644 index 0000000000000000000000000000000000000000..acfe9b55902d85273157d411aed99f7ed9e84a9e --- /dev/null +++ b/base/python:3.7 @@ -0,0 +1,11 @@ +FROM python:3.7.1 + MAINTAINER Tamas Gal <tgal@km3net.de> + + RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev + + RUN pip install -U pip setuptools wheel + + RUN pip install numpy + RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py + RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery + RUN pip install matplotlib seaborn pillow ipython jupyter notebook pillow