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==") && \
183
183
flax \
184
184
"${JAXVER}"
185
185
186
+ RUN apt-get install -y default-jre
187
+
186
188
RUN pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o && /tmp/clean-layer.sh
187
189
188
190
RUN pip install \
@@ -251,7 +253,6 @@ RUN pip install scipy \
251
253
datashader \
252
254
# Boruta (python implementation)
253
255
Boruta && \
254
-
255
256
apt-get install -y graphviz && pip install graphviz && \
256
257
# Pandoc is a dependency of deap
257
258
apt-get install -y pandoc && \
@@ -473,6 +474,7 @@ RUN pip install bleach \
473
474
pyarrow \
474
475
feather-format \
475
476
fastai
477
+
476
478
RUN python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
477
479
apt-get update && apt-get install -y ffmpeg && \
478
480
/tmp/clean-layer.sh
You can’t perform that action at this time.
0 commit comments