Skip to content

Commit a86e055

Browse files
committed
update tensorflow decision forest and addons
1 parent df511c3 commit a86e055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ RUN pip install pysal && \
179179
pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && \
180180
pip install tensorflow-gcs-config==${TENSORFLOW_VERSION} && \
181181
# 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 && \
182+
pip install tensorflow-addons==0.17.1 && \
183+
pip install tensorflow_decision_forests==0.2.7 && \
184184
/tmp/clean-layer.sh
185185

186186
RUN apt-get install -y libfreetype6-dev && \

0 commit comments

Comments
 (0)