From c34752e99266c2fe2b7329ecd265093a934e2660 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 13 Nov 2018 16:57:42 +0100
Subject: [PATCH] Add python 2

---
 base/python:2 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 base/python:2

diff --git a/base/python:2 b/base/python:2
new file mode 100644
index 0000000..3476698
--- /dev/null
+++ b/base/python:2
@@ -0,0 +1,10 @@
+FROM python:2.7.15
+ 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
-- 
GitLab