Skip to content

Commit

Permalink
Merge branch 'main' into fix-nbcontrig
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Dec 27, 2023
2 parents 2789e02 + 14320ba commit f585b5d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ FROM quay.io/jupyter/scipy-notebook:2023-12-08
USER root

# Install desktop packages
# Also installs 'zip' needed by jupyter-tree-download
RUN apt-get update -qq --yes > /dev/null && \
apt-get install --yes -qq \
zip \
dbus-x11 \
firefox \
xfce4 \
Expand All @@ -31,7 +33,6 @@ RUN mamba env update -p ${CONDA_DIR} -f /tmp/environment.yml && mamba clean -afy
ENV NLTK_DATA ${CONDA_DIR}/nltk_data
RUN mkdir -p ${NLTK_DATA} && python -m textblob.download_corpora

RUN jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
RUN jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator
RUN jupyter nbclassic-serverextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
RUN jupyter nbclassic-serverextension enable --sys-prefix --py jupyter_nbextensions_configurator
RUN jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite && \
jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator && \
jupyter nbclassic-serverextension enable --sys-prefix --py jupyter_nbextensions_configurator

0 comments on commit f585b5d

Please sign in to comment.