Skip to content

Commit

Permalink
Merge pull request tensorflow#18868 from av8ramit/fix_hp5y
Browse files Browse the repository at this point in the history
Adding the h5py dependency in devel docker files.
  • Loading branch information
Amit Patankar authored Apr 25, 2018
2 parents 5f6cbd6 + bae4221 commit 0581c0f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
libfreetype6-dev \
libhdf5-serial-dev \
libpng12-dev \
libzmq3-dev \
pkg-config \
Expand Down
3 changes: 3 additions & 0 deletions tensorflow/tools/docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
git \
libcurl3-dev \
libfreetype6-dev \
libhdf5-serial-dev \
libpng12-dev \
libzmq3-dev \
pkg-config \
Expand All @@ -28,6 +29,8 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
rm get-pip.py

RUN pip --no-cache-dir install \
Pillow \
h5py \
ipykernel \
jupyter \
matplotlib \
Expand Down
3 changes: 3 additions & 0 deletions tensorflow/tools/docker/Dockerfile.devel-gpu
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libcudnn7-dev=7.0.5.15-1+cuda9.0 \
libcurl3-dev \
libfreetype6-dev \
libhdf5-serial-dev \
libpng12-dev \
libzmq3-dev \
pkg-config \
Expand All @@ -37,6 +38,8 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
rm get-pip.py

RUN pip --no-cache-dir install \
Pillow \
h5py \
ipykernel \
jupyter \
matplotlib \
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
libcudnn7=7.0.5.15-1+cuda9.0 \
libfreetype6-dev \
libhdf5-serial-dev \
libpng12-dev \
libzmq3-dev \
pkg-config \
Expand Down

0 comments on commit 0581c0f

Please sign in to comment.