Skip to content

Commit

Permalink
h2o package needs java jre
Browse files Browse the repository at this point in the history
  • Loading branch information
neshdev committed Aug 18, 2023
1 parent 911b508 commit 1318e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
flax \
"${JAXVER}"

RUN apt-get install -y default-jre

RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh

RUN pip install \
Expand Down Expand Up @@ -251,7 +253,6 @@ RUN pip install scipy \
datashader \
# Boruta (python implementation)
Boruta && \

apt-get install -y graphviz && pip install graphviz && \
# Pandoc is a dependency of deap
apt-get install -y pandoc && \
Expand Down Expand Up @@ -473,6 +474,7 @@ RUN pip install bleach \
pyarrow \
feather-format \
fastai

RUN python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
apt-get update && apt-get install -y ffmpeg && \
/tmp/clean-layer.sh
Expand Down

0 comments on commit 1318e33

Please sign in to comment.