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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
jupyterhub-paris-saclay
image
Commits
32a47440
Commit
32a47440
authored
Sep 19, 2021
by
Nicolas M. Thiéry
Browse files
Fix: don't purge pip's cache which apparently is empty
parent
23aff83c
Pipeline
#136351
passed with stages
in 73 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+2
-1
No files found.
Dockerfile
View file @
32a47440
...
...
@@ -106,5 +106,6 @@ RUN jupyter nbextension install --sys-prefix --py nbgrader --overwrite && \
jupyter lab clean
&&
\
jlpm cache clean
&&
\
npm cache clean
--force
&&
\
pip cache purge
&&
\
exit
0
# pip cache purge && \
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