We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df511c3 commit a86e055Copy full SHA for a86e055
Dockerfile.tmpl
@@ -179,8 +179,8 @@ RUN pip install pysal && \
179
pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && \
180
pip install tensorflow-gcs-config==${TENSORFLOW_VERSION} && \
181
# TODO(b/207851560) Upgrade to 0.17.1 once the base image with TensorFlow 2.9.1 is out.
182
- pip install tensorflow-addons==0.17.0 && \
183
- pip install tensorflow_decision_forests==0.2.0 && \
+ pip install tensorflow-addons==0.17.1 && \
+ pip install tensorflow_decision_forests==0.2.7 && \
184
/tmp/clean-layer.sh
185
186
RUN apt-get install -y libfreetype6-dev && \
0 commit comments