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 213a24a commit 226ac68Copy full SHA for 226ac68
Dockerfile.tmpl
@@ -183,10 +183,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
183
flax \
184
"${JAXVER}" && \
185
186
- # Install h2o from source.
187
- # Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
188
- apt-get install -y default-jre-headless && \
189
- pip install -f https://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o \
+RUN conda install -c h2oai h2o && /tmp/clean-layer.sh
+RUN pip install \
190
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
191
"tensorflow==${TENSORFLOW_VERSION}" \
192
tensorflow-addons \
0 commit comments