Skip to content

Commit

Permalink
Added target keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
lungben committed Sep 11, 2020
1 parent 9510922 commit cd44ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/precompiled/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN julia -e 'using Pkg; \
Pkg.add(["Pluto", "PlutoUI", "Plots", "PackageCompiler"]); \
Pkg.precompile(); \
using PackageCompiler; \
create_sysimage([:Pluto, :PlutoUI]; precompile_execution_file="warmup.jl", replace_default=true)' \
create_sysimage([:Pluto, :PlutoUI]; precompile_execution_file="warmup.jl", replace_default=true, cpu_target = PackageCompiler.default_app_cpu_target())' \
&& rm /usr/local/julia/lib/julia/sys.so.backup

COPY docker_main.jl ${USER_HOME_DIR}
Expand Down

0 comments on commit cd44ccc

Please sign in to comment.