Singularity Compatible Version of Favites Issue
Closed this issue · 3 comments
I was trying to run singularity version of Favites.
I ran Favites on my Comet account on login and computing node. In both cases, I got the error message " ERROR: Configuration disallows users from running directory based containers
ABORT : Retval = 255".
I ran it in my home directory on Comet and simply using the following command:
python3 run_favites_singularity.py -c example_config.json -u 1.1.10
I am able to reproduce the error in my Comet environment. I will investigate
Comet seems to disallow this specific type of image, whereas TSCC doesn't, and I'm not sure why. I'll try to reach out to them to see why they disallow directory-based containers and if they can simply allow them (or if I can fix the image somehow)
Problem fixed in newest version of run_favites_singularity.py