From 09558802d16c46727dad8c384d56ba2f9b19645f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 25 Jun 2019 16:34:15 +0200 Subject: [PATCH] Formatting opinion The '//' will render to '/' in the Dockerfile that allows the RUN command to continue on a new line. I initially added a '//' within a python string on a blank line in order to format things within the Python file to look potentially nicer, but this is of little importance and I have now removed it again. --- repo2docker/buildpacks/pipfile/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repo2docker/buildpacks/pipfile/__init__.py b/repo2docker/buildpacks/pipfile/__init__.py index a6997e10..5d6c4d36 100644 --- a/repo2docker/buildpacks/pipfile/__init__.py +++ b/repo2docker/buildpacks/pipfile/__init__.py @@ -125,8 +125,7 @@ class PipfileBuildPack(CondaBuildPack): assemble_scripts.append( ( "${NB_USER}", - """(\\ - cd {working_directory} && \\ + """(cd {working_directory} && \\ PATH="${{KERNEL_PYTHON_PREFIX}}/bin:$PATH" \\ pipenv install {install_option} --system --dev \\ )""".format(