We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa2cf5 + 67732fa commit 9b68f92Copy full SHA for 9b68f92
sdks/python/container/Dockerfile
@@ -72,11 +72,11 @@ RUN \
72
pip install "guppy == 0.1.10" && \
73
pip install "python-snappy == 0.5.3" && \
74
# These are additional packages likely to be used by customers.
75
- pip install "numpy == 1.13.3" --no-binary=:all: && \
+ pip install "numpy == 1.15" && \
76
pip install "pandas == 0.18.1" && \
77
pip install "scipy == 1.0.0" && \
78
pip install "protobuf == 3.3.0" && \
79
- pip install "tensorflow == 1.4.0" && \
+ pip install "tensorflow == 1.9" && \
80
pip install "protorpc == 0.11.1" && \
81
pip install "python-gflags == 3.0.6" && \
82
# Check that the fast implementation of protobuf is used.
0 commit comments