Skip to content

Commit

Permalink
Install h5py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Sep 1, 2014
1 parent e2a749e commit 6712696
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scipystack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ipython/base

MAINTAINER IPython Project <ipython-dev@scipy.org>

RUN apt-get build-dep -y python python-scipy python-matplotlib cython && \
RUN apt-get build-dep -y python python-scipy python-matplotlib cython python-h5py && \
easy_install -U distribute && \
pip install -U Cython && \
pip install numpy scipy pandas matplotlib scikit-learn && \
Expand All @@ -11,8 +11,7 @@ RUN apt-get build-dep -y python python-scipy python-matplotlib cython && \
pip install seaborn && \
pip install yt && \
pip install sympy && \
pip install h5py && \
apt-get clean -y
pip install h5py

# Extremely basic test of install
RUN python -c "import matplotlib, scipy, numpy, pandas"
Expand Down

0 comments on commit 6712696

Please sign in to comment.