kopia lustrzana https://github.com/jupyterhub/repo2docker
Autoformatting
rodzic
b4249db4ad
commit
6d508ac5e2
|
@ -105,7 +105,9 @@ class PipfileBuildPack(CondaBuildPack):
|
|||
working_directory = self.binder_dir or "."
|
||||
|
||||
# install pipenv to install dependencies within Pipfile.lock or Pipfile
|
||||
assemble_scripts.append(("${NB_USER}", "${KERNEL_PYTHON_PREFIX}/pip install pipenv=2018.11.26"))
|
||||
assemble_scripts.append(
|
||||
("${NB_USER}", "${KERNEL_PYTHON_PREFIX}/pip install pipenv=2018.11.26")
|
||||
)
|
||||
|
||||
# NOTES:
|
||||
# - Without prioritizing the PATH to KERNEL_PYTHON_PREFIX over
|
||||
|
|
Ładowanie…
Reference in New Issue