Singularity container for autoBOTΒΆ
One of the simplest ways to run autoBOT is via containerization. In this work, we adopt the Singularity containers, which are very suitable for ML-based tools. To use them, the following is in order:
./containers/generate.sh generates a singularity container
You can run any autoBOT-based code as singularity exec [imageName] python autoBOT [someSettings+DatasetsHere]