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