Commit 82c66752 authored by Chia-liang Kao's avatar Chia-liang Kao Committed by Travis CI

Bump notebook to 6.0.0 and jupyterlab to 1.0.2

parent 29105a73
......@@ -101,9 +101,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=5.7.8' \
'notebook=6.0.0' \
'jupyterhub=1.0.0' \
'jupyterlab=1.0.1' && \
'jupyterlab=1.0.2' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
......
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