generated from gCubeCI/Pipeline-Docker-Template
Do not install the jupyter extension.
This commit is contained in:
parent
07d65caf00
commit
8a689d1b47
|
@ -75,9 +75,6 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
|||
# hadolint ignore=SC2016
|
||||
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
|
||||
|
||||
RUN NODE_OPTIONS="--openssl-legacy-provider" \
|
||||
jupyter labextension install \
|
||||
@jupyter-widgets/jupyterlab-manager jupyter-leaflet
|
||||
# Prepare the workspace environment
|
||||
# RUN mkdir -p /opt/workspace-lib
|
||||
# RUN mkdir /var/log/workspace-lib
|
||||
|
|
Loading…
Reference in New Issue