Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
b8dae359
Commit
b8dae359
authored
Jan 14, 2021
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force nbgrader extension reinstallation to ensure 0.7.dev
parent
5925e003
Pipeline
#99559
passed with stage
in 72 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Dockerfile
Dockerfile
+5
-0
No files found.
Dockerfile
View file @
b8dae359
...
...
@@ -82,3 +82,8 @@ RUN jupyter labextension install @wallneradam/run_all_buttons
# jupyter lab clean && \
# jlpm cache clean && \
# npm cache clean --force
# Force nbgrader extension reinstallation to ensure 0.7.dev
RUN
jupyter nbextension
install
--sys-prefix
--py
nbgrader
--overwrite
&&
\
jupyter nbextension
enable
--sys-prefix
--py
nbgrader
&&
\
jupyter serverextension
enable
--sys-prefix
--py
nbgrader
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