AI-Planning / planutils

General library for setting up linux-based environments for developing, running, and evaluating planners.
MIT License
103 stars 30 forks source link

Warn about unmounted files #101

Open haz opened 1 year ago

haz commented 1 year ago

When calling an apptainer image, only files in the /tmp and /home directory are mounted and usable by default. If there are files outside of these two directories that are listed as parameters, then a warning should be displayed (including info on how to specify new folders for apptainer to mount).