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
1d89372f
Commit
1d89372f
authored
Jan 28, 2021
by
Nicolas M. Thiéry
Browse files
Fix: pip cache prune -> purge; don't fail on error for now.
parent
5d4a4774
Pipeline
#101450
passed with stage
in 85 minutes and 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
1d89372f
...
...
@@ -97,4 +97,4 @@ RUN jupyter nbextension install --sys-prefix --py nbgrader --overwrite && \
jupyter lab clean
&&
\
jlpm cache clean
&&
\
npm cache clean
--force
&&
\
pip cache p
rune
pip cache p
urge
;
exit
0
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