Skip to content

Commit

Permalink
h20 for python3.10 is unavailable in conda.
Browse files Browse the repository at this point in the history
Use pip installation.
  • Loading branch information
neshdev committed Aug 18, 2023
1 parent 5ebeb55 commit 911b508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 911b508

Please sign in to comment.