From 1b2faaea43dd3fd295e8fd49896fece2b649f7f0 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Wed, 10 Aug 2016 13:17:31 -0700 Subject: [PATCH] Upgrade the hdf5 conda package to 1.8.17 This package version includes the license file (LICENSE.txt). --- scipy-notebook/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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' && \