So, I’m in a situation at work where I’m trying to build a docker image to run on the “AWS Batch” service (it just runs docker containers), preferably with a compiled system image from PackageCompiler.
My docker images always work just fine locally, but when I try running on AWS I always get
ERROR: Unable to find compatible target in system image.
I’ve tried running my PackageCompiler compilation script with julia -Cgeneric compile.jl
and very much to my surprise, I still get the same error with this.
Has anyone ever run into an analogous problem? Any suggestions?