Skip to content

Commit ed1861e

Browse files
authored
move papermill into an existing layer
1 parent daf7da3 commit ed1861e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ RUN pip install flashtext && \
422422
pip install geopandas==0.6.3 && \
423423
pip install nnabla && \
424424
pip install vowpalwabbit && \
425+
# papermill can replace nbconvert for executing notebooks
426+
pip install papermill && \
425427
/tmp/clean-layer.sh
426428

427429
# Tesseract and some associated utility packages
@@ -487,9 +489,6 @@ RUN jupyter-nbextension disable nb_conda --py --sys-prefix && \
487489
jupyter-nbextension disable nbpresent --py --sys-prefix && \
488490
jupyter-serverextension disable nbpresent --py --sys-prefix
489491

490-
# Install papermill so it can replace nbconvert as a method to execute notebooks.
491-
RUN pip install papermill
492-
493492
# Set backend for matplotlib
494493
ENV MPLBACKEND "agg"
495494

0 commit comments

Comments
 (0)