Skip to content

Commit

Permalink
Merge pull request #1376 from fonsp/patch-2
Browse files Browse the repository at this point in the history
julia_project.py: fix Pkg REPL api warning
  • Loading branch information
GeorgianaElena authored Dec 3, 2024
2 parents 08e227a + 1593908 commit 8862732
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 8862732

Please sign in to comment.