We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f47fe + 52bf82c commit 3b5c3eeCopy full SHA for 3b5c3ee
1 file changed
conf/bluebear.config
@@ -19,7 +19,7 @@ env.TMPDIR = "/scratch/${System.getenv('USER')}"
19
// Enable Singularity (via Apptainer) for all processes
20
singularity {
21
enabled = true
22
- autoMount = true
+ autoMounts = true
23
runOptions = "-B /scratch/${System.getenv('USER')}"
24
}
25
0 commit comments