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 5ebeb55 commit 911b508Copy full SHA for 911b508
Dockerfile.tmpl
@@ -183,7 +183,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
183
flax \
184
"${JAXVER}"
185
186
-RUN conda install -c h2oai h2o && /tmp/clean-layer.sh
+RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
187
188
RUN pip install \
189
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
0 commit comments