kopia lustrzana https://github.com/jupyterhub/repo2docker
Clarify Pipfile's use of relative paths
rodzic
a8c232e6a5
commit
c9fd0a99c8
|
@ -96,6 +96,9 @@ class PipfileBuildPack(CondaBuildPack):
|
||||||
python = "${KERNEL_PYTHON_PREFIX}/bin/python"
|
python = "${KERNEL_PYTHON_PREFIX}/bin/python"
|
||||||
pipfile = self.binder_path("Pipfile")
|
pipfile = self.binder_path("Pipfile")
|
||||||
pipfile_lock = self.binder_path("Pipfile.lock")
|
pipfile_lock = self.binder_path("Pipfile.lock")
|
||||||
|
# let pipenv work relative to the dir that has the Pipfile that can
|
||||||
|
# contain relative references such as:
|
||||||
|
# my_package = {path=".", editable=true}
|
||||||
working_directory = self.binder_dir or "."
|
working_directory = self.binder_dir or "."
|
||||||
assemble_scripts.append(("${NB_USER}", "pip install pipenv"))
|
assemble_scripts.append(("${NB_USER}", "pip install pipenv"))
|
||||||
# if Pipfile.lock isn't found, Pipfile is used to create one
|
# if Pipfile.lock isn't found, Pipfile is used to create one
|
||||||
|
|
Ładowanie…
Reference in New Issue