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

Add python 3.8.1 base image

parent 8c1cb344
No related branches found
No related tags found
No related merge requests found
FROM python:3.8.1
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment