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 += [
|
assemble_scripts += [
|
||||||
(
|
(
|
||||||
"${NB_USER}",
|
"${NB_USER}",
|
||||||
r"""
|
'R --quiet -e "devtools::install_git(\'{}\')"'.format(
|
||||||
R --quiet -e "devtools::install_git('.')"
|
self.binder_path('.'))
|
||||||
"""
|
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue