We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e634df commit fe77cd4Copy full SHA for fe77cd4
1 file changed
conf/test_gpu.config
@@ -20,7 +20,7 @@ process {
20
withLabel: process_gpu {
21
ext.use_gpu = true
22
accelerator = 1
23
- containerOptions = { workflow.containerEngine == 'docker' ? '--gpus all' : '--nv' }
+ // containerOptions = { workflow.containerEngine == 'docker' ? '--gpus all' : '--nv' }
24
memory = { 15.GB * task.attempt }
25
}
26
0 commit comments