Commit d452f4e4 authored by Peter Parente's avatar Peter Parente

Remove tornado<5 pin

parent 72a11f9e
......@@ -77,13 +77,11 @@ RUN cd /tmp && \
fix-permissions /home/$NB_USER
# Install Jupyter Notebook and Hub
# Issue #589: Force tornado < 5.0 until various zmq dependencies are resolved upstream
RUN conda install --quiet --yes \
'notebook=5.4.*' \
'jupyterhub=0.8.*' \
'jupyterlab=0.31.*' \
'tornado=4.*' \
&& conda clean -tipsy && \
'jupyterlab=0.31.*' && \
conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment