From 90ff9c5b98653fb458d6d6d1f3f28460a92422e8 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Fri, 9 Nov 2018 22:57:00 +0100
Subject: [PATCH] Add more packages as default

---
 Python3 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Python3 b/Python3
index 556dd87..c65f5bd 100644
--- a/Python3
+++ b/Python3
@@ -2,6 +2,9 @@ FROM python:3.7.0
  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 tables h5py matplotlib numba
+ 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