Skip to content
Snippets Groups Projects
Commit 16616d9b authored by Diogo Castro's avatar Diogo Castro
Browse files

Update Jupyter to version 5.7.6 with XSSI security fix

parent 2bfd4ff3
No related branches found
No related tags found
1 merge request!7Fix slc6
Pipeline #751682 passed
...@@ -80,7 +80,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \ ...@@ -80,7 +80,7 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
# Force tornado 5 as version 6 breaks jupyter # Force tornado 5 as version 6 breaks jupyter
RUN pip3 --no-cache-dir install \ RUN pip3 --no-cache-dir install \
'tornado==5.1.1' \ 'tornado==5.1.1' \
'notebook==5.7.4' \ 'notebook==5.7.6' \
'jupyterhub==0.9.4' \ 'jupyterhub==0.9.4' \
'jupyterlab==0.35.4' \ 'jupyterlab==0.35.4' \
'jupyter_nbextensions_configurator' 'jupyter_nbextensions_configurator'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment