Skip to content
Snippets Groups Projects
Commit 057cedcd authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add default docker image to aws config

parent 2c877846
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5385 canceled with stages
in 4 minutes and 10 seconds
...@@ -10,6 +10,7 @@ aws { ...@@ -10,6 +10,7 @@ aws {
process { process {
executor = 'awsbatch' executor = 'awsbatch'
queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc' queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
container = 'docker://bicf/bicfbase:1.4'
cpus = 1 cpus = 1
memory = '1 GB' memory = '1 GB'
......
...@@ -10,6 +10,7 @@ aws { ...@@ -10,6 +10,7 @@ aws {
process { process {
executor = 'awsbatch' executor = 'awsbatch'
queue = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc' queue = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
container = 'docker://bicf/bicfbase:1.4'
cpus = 1 cpus = 1
memory = '1 GB' memory = '1 GB'
......
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