diff --git a/Python3 b/Python3 new file mode 100644 index 0000000000000000000000000000000000000000..556dd87021f4986b36dd5fd78cbf84d8bca7c9d5 --- /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