mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Remove tornado<5 pin
This commit is contained in:
@@ -77,13 +77,11 @@ RUN cd /tmp && \
|
|||||||
fix-permissions /home/$NB_USER
|
fix-permissions /home/$NB_USER
|
||||||
|
|
||||||
# Install Jupyter Notebook and Hub
|
# Install Jupyter Notebook and Hub
|
||||||
# Issue #589: Force tornado < 5.0 until various zmq dependencies are resolved upstream
|
|
||||||
RUN conda install --quiet --yes \
|
RUN conda install --quiet --yes \
|
||||||
'notebook=5.4.*' \
|
'notebook=5.4.*' \
|
||||||
'jupyterhub=0.8.*' \
|
'jupyterhub=0.8.*' \
|
||||||
'jupyterlab=0.31.*' \
|
'jupyterlab=0.31.*' && \
|
||||||
'tornado=4.*' \
|
conda clean -tipsy && \
|
||||||
&& conda clean -tipsy && \
|
|
||||||
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
|
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
|
||||||
npm cache clean && \
|
npm cache clean && \
|
||||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||||
|
Reference in New Issue
Block a user