You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build a sysimage for my project. When I do it locally it works fine, however when I try to do it in a docker image PackageCompiler crashes with the following:
I've noticed that the first line of the script generated by PackageCompiler does Base.reinit_stdio() could it be linked? Is the REPL even accessible from the script executed to generate the sysimage object file?
Hi,
I am trying to build a sysimage for my project. When I do it locally it works fine, however when I try to do it in a docker image PackageCompiler crashes with the following:
Any idea what could be the reason and how I could debug that further?
DockerFile: https://github.com/TARGENE/TargetedEstimation.jl/blob/cv_tmle/docker/Dockerfile
Julia version: 1.9.4
PackageCompiler version: 2.1.15
Many thanks!
The text was updated successfully, but these errors were encountered: