From 1e320dc198a28123be26b769f6836ff8b835008a Mon Sep 17 00:00:00 2001 From: dafeliton Date: Wed, 14 Aug 2024 16:06:44 -0700 Subject: [PATCH] jupyterlab archive, jupyterlab autoversion --- images/datascience-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 7224f7fb..036d674a 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -82,7 +82,7 @@ RUN mamba install -c conda-forge jupyterhub=$JUPYTERHUB_VERSION jupyter_server=$ # (TODO: Re-enable collab once RTC is fixed) mamba install -c conda-forge jupyterlab_rise jupyter_server_terminals jupyter-collaboration && \ mamba install -c conda-forge jupyterlab_rise jupyter_server_terminals && \ mamba install -c conda-forge jupyterlab-github jupyterlab-latex jupyterlab-git jupyterlab-fasta jupyterlab-geojson && \ - mamba install -c conda-forge jupyterlab_code_formatter isort black && \ + mamba install -c conda-forge jupyterlab_code_formatter isort black jupyter-archive jupyterlab_autoversion && \ mamba install -c conda-forge nbconvert=$NBCONVERT_VERSION nbgrader=$NBGRADER_VERSION && \ fix-permissions $CONDA_DIR && \ fix-permissions /home/$NB_USER && \