Commit 10380edb authored by Ben Mares's avatar Ben Mares

With JupyterLab 1.1, --dev-build=False is no longer necessary.

parent 1386e204
......@@ -50,7 +50,7 @@ RUN conda install --quiet --yes \
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.0.1 --no-build && \
jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \
jupyter lab build --dev-build=False && \
jupyter lab build && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \
......
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