File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
198
198
"${JAXVER}" && \
199
199
/tmp/clean-layer.sh
200
200
201
- RUN apt-get install -y default-jre && \
201
+ RUN apt-get update && \
202
+ apt-get install -y default-jre && \
202
203
/tmp/clean-layer.sh
203
204
204
205
RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
@@ -214,7 +215,7 @@ RUN pip install \
214
215
/tmp/clean-layer.sh
215
216
216
217
# b/318672158 Use simply tensorflow_decision_forests on next release, expected with tf 2.16
217
- RUN pip install tensorflow_decision_forests --no-deps && \
218
+ RUN pip install tensorflow_decision_forests==1.8.1 --no-deps && \
218
219
/tmp/clean-layer.sh
219
220
220
221
RUN chmod +x /tmp/keras_patch.sh && \
You can’t perform that action at this time.
0 commit comments