mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +00:00
add automounts for singularity
This commit is contained in:
parent
e89cb7bd5e
commit
d429a59a0d
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ process {
|
||||||
singularity {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
cacheDir = "$HOME/.singularity_images_cache"
|
cacheDir = "$HOME/.singularity_images_cache"
|
||||||
|
autoMounts = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue