kopia lustrzana https://github.com/jupyterhub/repo2docker
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.pull/649/head
rodzic
8eae91bc67
commit
09558802d1
|
@ -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(
|
||||
|
|
Ładowanie…
Reference in New Issue