kopia lustrzana https://github.com/jupyterhub/repo2docker
use getwd() to find path instead of "."
rodzic
49b393e9a2
commit
1f5469feb5
|
@ -269,7 +269,7 @@ class RBuildPack(PythonBuildPack):
|
||||||
assemble_scripts += [
|
assemble_scripts += [
|
||||||
(
|
(
|
||||||
"${NB_USER}",
|
"${NB_USER}",
|
||||||
'R --quiet -e "devtools::install_git(\'.\')"'
|
'R --quiet -e "devtools::install_local(getwd())"'
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
r-2018-02-05
|
|
Ładowanie…
Reference in New Issue