File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,14 @@ RUN apt-get update && \
3030 apt-get autoclean --yes && \
3131 rm --force --recursive /var/lib/apt/lists/*
3232
33+ RUN julia --eval 'using Pkg; using IJulia; ENV["IJULIA_DEBUG"]=true; Pkg.build("IJulia")'
3334
3435RUN mv /usr/local/bin/init.jl \
3536 $(julia --eval "using IJulia; println(pathof(IJulia))" | rev | cut --delimiter='/' --fields=2- | rev)
3637RUN mv /usr/local/bin/eventloop.jl \
3738 $(julia --eval "using IJulia; println(pathof(IJulia))" | rev | cut --delimiter='/' --fields=2- | rev)
3839
39- RUN julia --eval 'using Pkg; using IJulia; ENV["IJULIA_DEBUG"]=true; Pkg.build("IJulia")'
40-
41-
40+
4241RUN chown jovyan:users /usr/local/bin/bootstrap-kernel.sh && \
4342 chmod 0755 /usr/local/bin/bootstrap-kernel.sh && \
4443 chown --recursive jovyan:users /usr/local/bin/kernel-launchers
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ for (name, version) in packages
2323 Pkg. add(Pkg. PackageSpec(name= name, version= version))
2424end
2525
26+ Pkg. instantiate()
2627Pkg. precompile()
You can’t perform that action at this time.
0 commit comments