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 442951d + 9a80e95 commit f6ecb28Copy full SHA for f6ecb28
repo2docker/buildpacks/pipfile/__init__.py
@@ -154,7 +154,8 @@ def get_assemble_scripts(self):
154
"${NB_USER}",
155
"""(cd {working_directory} && \\
156
PATH="${{KERNEL_PYTHON_PREFIX}}/bin:$PATH" \\
157
- pipenv install {install_option} --system --dev \\
+ pipenv install {install_option} --system --dev && \\
158
+ pipenv --clear \\
159
)""".format(
160
working_directory=working_directory,
161
install_option="--ignore-pipfile"
0 commit comments