File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ RUN pip install --no-cache-dir ipywidgets
3939# For JupyterLab (inside the container), install the widget manager
4040RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
4141 --no-build && \
42- jupyter lab build && \
43- jupyter labextension enable @jupyter-widgets/jupyterlab-manager
44-
42+ jupyter lab build
43+
4544EXPOSE 8888
4645CMD ["start-notebook.sh" ]
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ RUN pip install --no-cache-dir ipywidgets
3535# For JupyterLab (inside the container), install the widget manager
3636RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager \
3737 --no-build && \
38- jupyter lab build && \
39- jupyter labextension enable @jupyter-widgets/jupyterlab-manager
40-
38+ jupyter lab build
39+
4140EXPOSE 8888
4241CMD ["start-notebook.sh"]
You can’t perform that action at this time.
0 commit comments