From 900f0db0ca7e66113eae67514be98d637306c5b8 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Tue, 6 Sep 2022 15:40:07 -0400 Subject: [PATCH] ENH: Update AWS EC2 GPU AMI tag Updates to AWS image with clean working directory and larger storage --- .cirun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirun.yml b/.cirun.yml index f2a3e386..28bc6db9 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -7,7 +7,7 @@ runners: # NVIDIA GPU instance_type: g4dn.xlarge # Custom-defined Ubuntu AMI with AMD drivers and build tools pre-installed - machine_image: ami-0328487742df7e739 + machine_image: ami-04462a876c33e6acf region: us-east-2 preemptible: false # Relevant workflow file