Skip to content
Snippets Groups Projects
Verified Commit 31e474ac authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add fix for docker permission

parent b8fd0ea5
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
*/ */
process { process {
docker.fixOwnership = true
cpus = { check_max( 1 * task.attempt, 'cpus' ) } cpus = { check_max( 1 * task.attempt, 'cpus' ) }
memory = { check_max( 8.GB * task.attempt, 'memory' ) } memory = { check_max( 8.GB * task.attempt, 'memory' ) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment