mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #126 from phue/cbe-container-cache
cbe: move container cache to different filesystem
This commit is contained in:
commit
cd1932e9bb
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