Skip to content

Commit

Permalink
Temp check of docker settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jma1991 committed Jan 8, 2024
1 parent f0dd323 commit fcf8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ profiles {
}
docker {
docker.enabled = true
docker.userEmulation = true
conda.enabled = false
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
apptainer.enabled = false
docker.runOptions = '-u $(id -u):$(id -g)'
}
arm {
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
Expand Down

0 comments on commit fcf8a8d

Please sign in to comment.