Skip to content
Snippets Groups Projects
Commit fc772481 authored by Rafal Skolasinski's avatar Rafal Skolasinski
Browse files

update base image: jupyterlab=0.34

parent e8ccee15
Branches
Tags
No related merge requests found
Checking pipeline status
FROM jupyter/minimal-notebook:177037d09156
FROM jupyter/minimal-notebook:8ccdfc1da8d5
LABEL maintainer="Rafal Skolasinski <r.j.skolasinski@gmail.com>"
......@@ -21,9 +21,9 @@ RUN jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
jupyter nbextension enable --py plotlywidget --sys-prefix && \
jupyter labextension install nbdime-jupyterlab && \
jupyter labextension install @pyviz/jupyterlab_pyviz && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.36 --no-build && \
jupyter labextension install plotlywidget@0.2.1 --no-build && \
jupyter labextension install @jupyterlab/plotly-extension@0.16 --no-build && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.37 --no-build && \
jupyter labextension install plotlywidget@0.3.0 --no-build && \
jupyter labextension install @jupyterlab/plotly-extension@0.17 --no-build && \
jupyter lab build
# Fix permissions (required when following the base image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment