Skip to content

Commit

Permalink
update create_sysimage file to remove the replace_default=true option
Browse files Browse the repository at this point in the history
  • Loading branch information
SSabet committed Oct 16, 2023
1 parent f32d33a commit 35f5258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion create_sysimage.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using PackageCompiler
create_sysimage([:Pluto, :PlutoUI, :PlotlyLight, :LaTeXStrings];
sysimage_path="sys_plots.so",
precompile_execution_file = "warmup.jl",
replace_default = true,
#replace_default = true,
cpu_target = PackageCompiler.default_app_cpu_target())
2 changes: 1 addition & 1 deletion runpluto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Pluto.run(
require_secret_for_access=false
)"
echo ${command}
julia --project="/home/jovyan" --optimize=0 -e "${command}"
julia --sysimage sys_plots.so --project="/home/jovyan" --optimize=0 -e "${command}"

0 comments on commit 35f5258

Please sign in to comment.