Skip to content
Snippets Groups Projects
Commit 95fcb2bc authored by Peng Lian's avatar Peng Lian
Browse files

Containerize all processes

parent c5c7cd53
Branches
Tags
No related merge requests found
......@@ -7,6 +7,9 @@ singularity {
process {
executor = 'local'
withName:parameters {
container = 'docker://ubuntu:latest'
}
withName:uppercase {
container = 'docker://ubuntu:latest'
}
......
singularity {
enabled = true
runOptions = '--bind /vagrant:/vagrant'
runOptions = '--disable-cache' // use this one for production
// runOptions = '--disable-cache --bind /vagrant:/vagrant' // use this one for vagrant development env only
cacheDir = "$baseDir/images/singularity"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment