mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
remove —no-cache-dir arg
caches are good! disabling cache should ~only be used when building docker images
This commit is contained in:
@@ -87,7 +87,7 @@ def pip_install(prefix, packages, editable=False):
|
||||
Set editable=True to add '--editable' to the pip install commandline.
|
||||
Very useful when doing active development
|
||||
"""
|
||||
flags = ['--no-cache-dir', '--upgrade']
|
||||
flags = ['--upgrade']
|
||||
if editable:
|
||||
flags.append('--editable')
|
||||
subprocess.check_output([
|
||||
|
||||
Reference in New Issue
Block a user