mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-21 08:16:03 +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 {
|
singularity {
|
||||||
enabled = true
|
enabled = true
|
||||||
// runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
runOptions = "--bind /mnt:/mnt --bind /data:/data"
|
||||||
autoMounts = true
|
// autoMounts = true // autoMounts sometimes causes a rare bug with the installed version of singularity
|
||||||
}
|
}
|
||||||
|
|
||||||
executor {
|
executor {
|
||||||
|
|
Loading…
Reference in a new issue