Closed dnkennedy closed 4 years ago
In trying your singularity example (on an AWS GPU-enabled NITRC-CE-Lite instance) I had to include the "-e" flag to the singularity run command :
i.e. singularity run -e -B $(pwd):/data -W /data --nv kwyk_latest-gpu.sif -m bvwn_multi_prior --save-variance --save-entropy anat.nii output
IF the "-e" doesn't hurt anything, perhaps adding that to the README example would be helpful.
In trying your singularity example (on an AWS GPU-enabled NITRC-CE-Lite instance) I had to include the "-e" flag to the singularity run command :
i.e. singularity run -e -B $(pwd):/data -W /data --nv kwyk_latest-gpu.sif -m bvwn_multi_prior --save-variance --save-entropy anat.nii output
IF the "-e" doesn't hurt anything, perhaps adding that to the README example would be helpful.