mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
reverting autoMounts due to bug
This commit is contained in:
parent
cd9fbb22dc
commit
e375ad97ad
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ params {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||
autoMounts = true
|
||||
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||
// autoMounts = true // autoMounts sometimes causes a rare bug with the installed version of singularity
|
||||
}
|
||||
|
||||
executor {
|
||||
|
|
Loading…
Reference in a new issue