diff --git a/Dockerfile b/Dockerfile index d7e879d..cf3cec6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -204,12 +204,13 @@ RUN /opt/conda/bin/pip install nipype matplotlib datalad-container datalad-osf o # Install jupyter-server-proxy and disable announcements # Deprecated: jupyter labextension install .. # jupyter_server_proxy needs to be at least 4.2.0 to fix CVE-2024-35225 -RUN /opt/conda/bin/pip install jupyter-server-proxy==4.2.0 \ +RUN /opt/conda/bin/pip install jupyter-server-proxy \ && /opt/conda/bin/jupyter labextension disable @jupyterlab/apputils-extension:announcements \ && /opt/conda/bin/pip install jupyterlmod \ && /opt/conda/bin/pip install jupyterlab-git \ && /opt/conda/bin/pip install jupyterlab_rise \ && /opt/conda/bin/pip install ipycanvas \ + && /opt/conda/bin/pip install jupyter-resource-usage \ && /opt/conda/bin/pip install jupyter_scheduler \ && rm -rf /home/${NB_USER}/.cache