File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,8 @@ RUN pip install flashtext && \
422
422
pip install geopandas==0.6.3 && \
423
423
pip install nnabla && \
424
424
pip install vowpalwabbit && \
425
+ # papermill can replace nbconvert for executing notebooks
426
+ pip install papermill && \
425
427
/tmp/clean-layer.sh
426
428
427
429
# Tesseract and some associated utility packages
@@ -487,9 +489,6 @@ RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
487
489
jupyter-nbextension disable nbpresent --py --sys-prefix && \
488
490
jupyter-serverextension disable nbpresent --py --sys-prefix
489
491
490
- # Install papermill so it can replace nbconvert as a method to execute notebooks.
491
- RUN pip install papermill
492
-
493
492
# Set backend for matplotlib
494
493
ENV MPLBACKEND "agg"
495
494
You can’t perform that action at this time.
0 commit comments