We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c4f5 commit 1593908Copy full SHA for 1593908
repo2docker/buildpacks/julia/julia_project.py
@@ -177,7 +177,7 @@ def get_assemble_scripts(self):
177
"${NB_USER}",
178
r"""
179
JULIA_PROJECT="" julia -e "using Pkg; Pkg.add(\"IJulia\"); using IJulia; installkernel(\"Julia\", \"--project={project}\");" && \
180
- julia --project={project} -e 'using Pkg; Pkg.instantiate(); Pkg.resolve(); pkg"precompile"'
+ julia --project={project} -e 'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.instantiate()'
181
""".format(
182
project=self.project_dir
183
),
0 commit comments