mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
cbe: move container cache to different filesystem
this is a workaround for squashfs errors that occur when containers are run from beeGFS
This commit is contained in:
parent
116720e690
commit
e2e4dd05d3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ process {
|
|||
|
||||
singularity {
|
||||
enabled = true
|
||||
cacheDir = '/scratch-cbe/shared/containers'
|
||||
cacheDir = '/resources/containers'
|
||||
}
|
||||
|
||||
params {
|
||||
|
|
Loading…
Reference in a new issue