This is working thus far for me for terminal commands; have not yet made an attempt at getting GUI working.
Note that focal was required over bionic due to the pre-compiled version of N4BiasFieldCorrection requiring GCC >= 2.28, but the package repositories for the base bionic image not providing beyond 2.27.
While with this addition a Singularity image built from the Docker image will be somehow different from a SIngularity image that is instead built from this recipe, I don't think the differences should be consequential?
Addresses #17.
This is working thus far for me for terminal commands; have not yet made an attempt at getting GUI working.
Note that
focal
was required overbionic
due to the pre-compiled version ofN4BiasFieldCorrection
requiringGCC >= 2.28
, but the package repositories for the basebionic
image not providing beyond2.27
.While with this addition a Singularity image built from the Docker image will be somehow different from a SIngularity image that is instead built from this recipe, I don't think the differences should be consequential?