kopia lustrzana https://github.com/jupyterhub/repo2docker
Add some code documentation
rodzic
65d4e6c034
commit
787afc43ea
|
@ -113,6 +113,10 @@ class JuliaProjectTomlBuildPack(PythonBuildPack):
|
||||||
"""
|
"""
|
||||||
Return series of build-steps specific to "this" Julia repository
|
Return series of build-steps specific to "this" Julia repository
|
||||||
|
|
||||||
|
We make sure that the IJulia package gets installed into the default
|
||||||
|
environment, and not the project specific one, by running the
|
||||||
|
IJulia install command with JULIA_PROJECT="".
|
||||||
|
|
||||||
Instantiate and then precompile all packages in the repos julia
|
Instantiate and then precompile all packages in the repos julia
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue