diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index e6a939ba..4a929827 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -35,6 +35,7 @@ RUN conda install --quiet --yes \ 'numba=0.23*' \ 'bokeh=0.11*' \ 'sqlalchemy=1.0*' \ + 'hdf5=1.8.17' \ 'h5py=2.5*' && \ conda remove --quiet --yes --force qt pyqt && \ conda clean -tipsy @@ -63,6 +64,7 @@ RUN conda create --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 \ 'dill=0.2*' \ 'numba=0.23*' \ 'bokeh=0.11*' \ + 'hdf5=1.8.17' \ 'h5py=2.5*' \ 'sqlalchemy=1.0*' \ 'pyzmq' && \