Skip to content

Commit

Permalink
Change H2O to resolve via conda and bundle tf into its own layer
Browse files Browse the repository at this point in the history
  • Loading branch information
neshdev committed Aug 17, 2023
1 parent 213a24a commit 226ac68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
flax \
"${JAXVER}" && \

# Install h2o from source.
# Use `conda install -c h2oai h2o` once Python 3.7 version is released to conda.
apt-get install -y default-jre-headless && \
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 \
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
"tensorflow==${TENSORFLOW_VERSION}" \
tensorflow-addons \
Expand Down

0 comments on commit 226ac68

Please sign in to comment.