Skip to content
Snippets Groups Projects
Commit cd95c613 authored by calrama's avatar calrama
Browse files

[jupyterhub] move npm files out of /root

parent fcf32d75
No related branches found
No related tags found
No related merge requests found
Pipeline #31687 passed
...@@ -16,7 +16,9 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ ...@@ -16,7 +16,9 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
node-gyp \ node-gyp \
libssl1.0-dev \ libssl1.0-dev \
openjdk-11-jre-headless && \ openjdk-11-jre-headless && \
apt-get clean apt-get clean && \
npm config set cache /var/cache/npm --global && \
npm config set update-notifier false --global
RUN python${PYTHON_VERSION} -m pip install \ RUN python${PYTHON_VERSION} -m pip install \
jupyterlab \ jupyterlab \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment