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

Changed to trigger docker build

parent 79bfda63
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ FROM python:3.7.1 ...@@ -4,6 +4,7 @@ FROM python:3.7.1
RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev RUN apt-get update -qq && apt-get install -y -qq libhdf5-dev
RUN pip install -U pip setuptools wheel RUN pip install -U pip setuptools wheel
RUN pip install numpy RUN pip install numpy
RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py RUN pip install scipy pandas sklearn statsmodels numba numexpr tables h5py
RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery RUN pip install pytest pytest-cov docopt sphinx sphinx-gallery
......
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