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

Force tornado 5 because version 6 breaks jupyter

parent d70df829
Branches
Tags
1 merge request!6Update cc7
......@@ -79,7 +79,9 @@ RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
python3 get-pip.py && \
rm get-pip.py
# Force tornado 5 as version 6 breaks jupyter
RUN pip3 --no-cache-dir install \
'tornado==5.1.1' \
'notebook==5.7.4' \
'jupyterhub==0.9.4' \
'jupyterlab==0.35.4' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment