Hi AFNI base.
I’d like to use 3dICC and 3dLMEr on our high performance computing cluster without having to create a new AFNI module, and I figured using the AFNI singularity container would be a good way to do this.
I’ve run the following:
singularity pull docker://afni/afni_cmake_build
singularity run -B /data/$USER/workdir:/home/afni_user/work --cleanenv afni_cmake_build_latest.sif
And have been able to enter the container just fine. However, 3dICC and 3dLMEr don’t appear to be available in the container.
Did I pull the wrong docker container? Is the docker a few distros behind?