We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bebe939 + 2dd9f43 commit 064568fCopy full SHA for 064568f
Dockerfile.tmpl
@@ -198,7 +198,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
198
"${JAXVER}" && \
199
/tmp/clean-layer.sh
200
201
-RUN apt-get install -y default-jre && \
+RUN apt-get update && \
202
+ apt-get install -y default-jre && \
203
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
216
217
# b/318672158 Use simply tensorflow_decision_forests on next release, expected with tf 2.16
-RUN pip install tensorflow_decision_forests --no-deps && \
218
+RUN pip install tensorflow_decision_forests==1.8.1 --no-deps && \
219
220
221
RUN chmod +x /tmp/keras_patch.sh && \
0 commit comments