Open yarikoptic opened 4 years ago
I believe it was due to singularity 2.6 used to build those images... I replicated locally on the bids example one and building with recent singularity "solved" the issue. So we would just need to rebuild them all I guess.
as you can see -- entry point is "bash" not the "app"... something is not right... probably because of the "custom" Singularity file -- we are not just pulling from docker into an image, we are creating a singularity image based on docker image and do not provide entry point whatsoever! but it is not clear then how it works for others, e.g.:
so the issue might be that container specific. Would be nice to automate tests for all bids apps to provide proper interface