From 911b5082e40402285a7f798359762eb8dc5ba43d Mon Sep 17 00:00:00 2001 From: Nesh Devanathan Date: Fri, 18 Aug 2023 02:35:15 +0000 Subject: [PATCH] h20 for python3.10 is unavailable in conda. Use pip installation. --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 301464a1..a5cb8ef1 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -183,7 +183,7 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \ flax \ "${JAXVER}" -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 RUN pip install \ "tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \