File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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+
186188RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
187189
188190RUN 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+
476478RUN 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
You can’t perform that action at this time.
0 commit comments