Skip to content

Commit 58af901

Browse files
tensorflow-copybaranetfs
authored andcommitted
Merge pull request #1367 from ashahba:ashahba/future
PiperOrigin-RevId: 251265225 (cherry picked from commit 99a6482)
1 parent 002bff1 commit 58af901

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tensorflow_serving/tools/docker/Dockerfile.devel

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)