kopia lustrzana https://github.com/jupyterhub/repo2docker
Only parse `REQUIRE` file in `binder` (if exists)
rodzic
9dffb2c21f
commit
4de57738fd
|
@ -704,7 +704,7 @@ class JuliaBuildPack(BuildPack):
|
||||||
cat "%s" >> ${JULIA_PKGDIR}/v0.6/REQUIRE && \
|
cat "%s" >> ${JULIA_PKGDIR}/v0.6/REQUIRE && \
|
||||||
julia -e ' \
|
julia -e ' \
|
||||||
Pkg.resolve(); \
|
Pkg.resolve(); \
|
||||||
for pkg in keys(Pkg.Reqs.parse("REQUIRE")) \
|
for pkg in keys(Pkg.Reqs.parse("%s")) \
|
||||||
eval(:(using $(Symbol(pkg)))) \
|
eval(:(using $(Symbol(pkg)))) \
|
||||||
end \
|
end \
|
||||||
'
|
'
|
||||||
|
|
Ładowanie…
Reference in New Issue