kopia lustrzana https://github.com/jupyterhub/repo2docker
allow DESCRIPTION to reside in binder subfolder
rodzic
56ca910a40
commit
cba81a73f8
|
@ -262,9 +262,8 @@ class RBuildPack(PythonBuildPack):
|
|||
assemble_scripts += [
|
||||
(
|
||||
"${NB_USER}",
|
||||
r"""
|
||||
R --quiet -e "devtools::install_git('.')"
|
||||
"""
|
||||
'R --quiet -e "devtools::install_git(\'{}\')"'.format(
|
||||
self.binder_path('.'))
|
||||
)
|
||||
]
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue