Remove docker.runOptions in favor of docker.userEmulation. (#525)

This commit is contained in:
Michael L Heuer 2021-05-27 12:29:17 -05:00 committed by GitHub
parent a303c6ed5b
commit 68c678de93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ if ("$PROFILE" == "singularity") {
params.enable_conda = true
} else {
docker.enabled = true
docker.runOptions = '-u \$(id -u):\$(id -g)'
docker.userEmulation = true
}
// Increase time available to build Conda environment