From 057cedcdba1bab58d953b437809bcc3f8c45b33e Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Fri, 27 Dec 2019 23:36:41 -0600
Subject: [PATCH] Add default docker image to aws config

---
 workflow/conf/aws_ondemand.config | 1 +
 workflow/conf/aws_spot.config     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/workflow/conf/aws_ondemand.config b/workflow/conf/aws_ondemand.config
index e392d90..a108a6d 100644
--- a/workflow/conf/aws_ondemand.config
+++ b/workflow/conf/aws_ondemand.config
@@ -10,6 +10,7 @@ aws {
 process {
   executor = 'awsbatch'
   queue = 'highpriority-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
+  container = 'docker://bicf/bicfbase:1.4'
   cpus = 1
   memory = '1 GB'
 
diff --git a/workflow/conf/aws_spot.config b/workflow/conf/aws_spot.config
index 0dc7de7..f71717c 100644
--- a/workflow/conf/aws_spot.config
+++ b/workflow/conf/aws_spot.config
@@ -10,6 +10,7 @@ aws {
 process {
   executor = 'awsbatch'
   queue = 'default-3278a8b0-1fc8-11ea-b1ac-021e2396e2cc'
+  container = 'docker://bicf/bicfbase:1.4'
   cpus = 1
   memory = '1 GB'
 
-- 
GitLab