Skip to content

Commit

Permalink
add singularity runOptions to make it proper solve SIF images from do…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
fmalmeida committed Mar 4, 2024
1 parent e9c7d6a commit cbef6d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/singularity.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
params.selected_profile = "singularity"
docker.enabled = false
singularity.enabled = true
singularity.autoMounts = true
singularity.runOptions = '--writable-tmpfs --no-home'
singularity.autoMounts = true
env.SINGULARITY_DISABLE_CACHE = 1
process {
withName: '.*' {
container = "docker://fmalmeida/mpgap@sha256:e0922a010f9407ec48d52babfae26bac43eb6f28bb0959e9ab53b9e9bba2005b"
Expand Down

0 comments on commit cbef6d8

Please sign in to comment.