Skip to content

Commit fe77cd4

Browse files
committed
update config
1 parent 0e634df commit fe77cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/test_gpu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process {
2020
withLabel: process_gpu {
2121
ext.use_gpu = true
2222
accelerator = 1
23-
containerOptions = { workflow.containerEngine == 'docker' ? '--gpus all' : '--nv' }
23+
// containerOptions = { workflow.containerEngine == 'docker' ? '--gpus all' : '--nv' }
2424
memory = { 15.GB * task.attempt }
2525
}
2626
}

0 commit comments

Comments
 (0)