Skip to content

Commit

Permalink
julia_project.py: fix Pkg REPL api warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Oct 28, 2024
1 parent 239c4f5 commit 1593908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/julia/julia_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def get_assemble_scripts(self):
"${NB_USER}",
r"""
JULIA_PROJECT="" julia -e "using Pkg; Pkg.add(\"IJulia\"); using IJulia; installkernel(\"Julia\", \"--project={project}\");" && \
julia --project={project} -e 'using Pkg; Pkg.instantiate(); Pkg.resolve(); pkg"precompile"'
julia --project={project} -e 'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.instantiate()'
""".format(
project=self.project_dir
),
Expand Down

0 comments on commit 1593908

Please sign in to comment.