From 46de9e507c54eabde95780b2593fabd6d73dd08f Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 9 Nov 2018 22:25:02 +0100 Subject: [PATCH] Add Python3 --- Python3 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Python3 diff --git a/Python3 b/Python3 new file mode 100644 index 0000000..556dd87 --- /dev/null +++ b/Python3 @@ -0,0 +1,7 @@ +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 -- GitLab