Skip to content

Commit 1318e33

Browse files
committed
h2o package needs java jre
1 parent 911b508 commit 1318e33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
183183
flax \
184184
"${JAXVER}"
185185

186+
RUN apt-get install -y default-jre
187+
186188
RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
187189

188190
RUN pip install \
@@ -251,7 +253,6 @@ RUN pip install scipy \
251253
datashader \
252254
# Boruta (python implementation)
253255
Boruta && \
254-
255256
apt-get install -y graphviz && pip install graphviz && \
256257
# Pandoc is a dependency of deap
257258
apt-get install -y pandoc && \
@@ -473,6 +474,7 @@ RUN pip install bleach \
473474
pyarrow \
474475
feather-format \
475476
fastai
477+
476478
RUN python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
477479
apt-get update && apt-get install -y ffmpeg && \
478480
/tmp/clean-layer.sh

0 commit comments

Comments
 (0)