Skip to content

Commit a854e85

Browse files
authored
Merge pull request #1373 from netfs/cpr1.14
Merge pull request #1367 from ashahba:ashahba/future
2 parents 002bff1 + 58af901 commit a854e85

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tensorflow_serving/tools/docker/Dockerfile.devel

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
5151
rm get-pip.py
5252

5353
RUN pip --no-cache-dir install \
54+
future>=0.17.1 \
5455
grpcio \
5556
h5py \
5657
keras_applications \

tensorflow_serving/tools/docker/Dockerfile.devel-gpu

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
8282
rm get-pip.py
8383

8484
RUN pip --no-cache-dir install \
85+
future>=0.17.1 \
8586
grpcio \
8687
h5py \
8788
keras_applications \

tensorflow_serving/tools/docker/Dockerfile.devel-mkl

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN curl -fSsL -O https://bootstrap.pypa.io/get-pip.py && \
5151
rm get-pip.py
5252

5353
RUN pip --no-cache-dir install \
54+
future>=0.17.1 \
5455
grpcio \
5556
h5py \
5657
keras_applications \

0 commit comments

Comments
 (0)