Hello!
I’m trying to run BIBSNet using their container with the following Singularity command:
singularity run --nv --cleanenv --no-home \
-B /path/to/BIDS:/input \
-B /path/to/output:/output \
/path/to/bibsnet.sif \
/input /output participant -v
However, I encounter an error (screenshot attached).
Has anyone experienced a similar issue or could provide advice on how to resolve this?
Thank you for your help!