Skip to content

Commit

Permalink
add jupyter-resource-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Oct 15, 2024
1 parent 7300646 commit 00ccbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00ccbc1

Please sign in to comment.