Skip to content

Commit

Permalink
update jupyter-server-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jul 16, 2024
1 parent 364b5ea commit e0b8715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,10 @@ RUN conda config --system --prepend envs_dirs '~/conda-environments'
RUN /opt/conda/bin/pip install nipype matplotlib datalad-container datalad-osf osfclient ipyniivue \
&& rm -rf /home/${NB_USER}/.cache


# 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 \
&& /opt/conda/bin/jupyter labextension disable @jupyterlab/apputils-extension:announcements \
&& /opt/conda/bin/pip install jupyterlmod \
Expand Down

0 comments on commit e0b8715

Please sign in to comment.