Skip to content

Commit 9b68f92

Browse files
committed
Merge pull request #6314 from robertwb/update-tf
2 parents 6aa2cf5 + 67732fa commit 9b68f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/container/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ RUN \
7272
pip install "guppy == 0.1.10" && \
7373
pip install "python-snappy == 0.5.3" && \
7474
# These are additional packages likely to be used by customers.
75-
pip install "numpy == 1.13.3" --no-binary=:all: && \
75+
pip install "numpy == 1.15" && \
7676
pip install "pandas == 0.18.1" && \
7777
pip install "scipy == 1.0.0" && \
7878
pip install "protobuf == 3.3.0" && \
79-
pip install "tensorflow == 1.4.0" && \
79+
pip install "tensorflow == 1.9" && \
8080
pip install "protorpc == 0.11.1" && \
8181
pip install "python-gflags == 3.0.6" && \
8282
# Check that the fast implementation of protobuf is used.

0 commit comments

Comments
 (0)