We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0adb11f + 38422f1 commit 8597520Copy full SHA for 8597520
repo2docker/buildpacks/python/__init__.py
@@ -63,6 +63,7 @@ def get_assemble_scripts(self):
63
if os.path.exists(requirements_file):
64
assemble_scripts.append((
65
'${NB_USER}',
66
+ 'pip install "pip<19" && ' + \
67
'{} install --no-cache-dir -r "{}"'.format(pip, requirements_file)
68
))
69
0 commit comments