Skip to content
Snippets Groups Projects
Commit 90ff9c5b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add more packages as default

parent 46de9e50
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment