Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
5925e003
Commit
5925e003
authored
Jan 14, 2021
by
Nicolas M. Thiéry
Browse files
Don't rebuild jupyterlab
Presumably not needed anymore now that we are (?) using JupyterLab 3.0
parent
3435640e
Pipeline
#99551
passed with stage
in 64 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Dockerfile
Dockerfile
+7
-7
No files found.
Dockerfile
View file @
5925e003
...
...
@@ -71,14 +71,14 @@ RUN for REPO in \
# Enable the Visual Studio proxy extension in notebook and lab
# Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild
RUN
jupyter serverextension
enable
--py
jupyter_server_proxy
RUN
jupyter labextension
install
@jupyterlab/server-proxy
--nobuild
RUN
jupyter labextension
install
@jupyterlab/server-proxy
#RUN code-server --install-extension ms-python.python
# Install unpackaged jupyterlab extensions
RUN
jupyter labextension
install
@wallneradam/run_all_buttons
--nobuild
RUN
jupyter labextension
install
@wallneradam/run_all_buttons
# Force jupyterlab rebuild (see https://github.com/jupyterlab/jupyterlab/issues/4930)
RUN
jupyter lab build
&&
\
jupyter lab clean
&&
\
jlpm cache clean
&&
\
npm cache clean
--force
#
# Force jupyterlab rebuild (see https://github.com/jupyterlab/jupyterlab/issues/4930)
#
RUN jupyter lab build && \
#
jupyter lab clean && \
#
jlpm cache clean && \
#
npm cache clean --force
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment