We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5afeb87 + 9ba7595 commit e531377Copy full SHA for e531377
Dockerfile
@@ -131,8 +131,8 @@ RUN apt-get -y install zlib1g-dev liblcms2-dev libwebp-dev libgeos-dev && \
131
pip install cartopy && \
132
# MXNet
133
pip install mxnet && \
134
- # b/140423854 v1.17 prints annoying deprecation warning messages with TensorFlow 1.14.0. Remove once we upgrade to TF 1.14.1 or 2.x
135
- pip install numpy==1.16.4 && \
+ # b/145358669 remove --upgrade once we upgrade base image which will include numpy >= 1.17
+ pip install --upgrade numpy && \
136
pip install gluonnlp && \
137
pip install gluoncv && \
138
# h2o (requires java)
0 commit comments