From 466fd145442b5ef8958c2c38aea7fa9e4f88588d Mon Sep 17 00:00:00 2001 From: Jover Date: Mon, 2 Oct 2023 16:31:40 -0700 Subject: [PATCH] workflows/run-models: Unpin nextstrain-base image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit jax incompatibility issue in evofr¹ has been resolved in version 0.1.21 and the latest nextstrain-base image has been updated to include v0.1.21.² ¹ https://github.com/blab/evofr/issues/28 ² https://github.com/nextstrain/docker-base/actions/runs/6332834776 --- .github/workflows/run-models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-models.yaml b/.github/workflows/run-models.yaml index 0aa7812..b478a80 100644 --- a/.github/workflows/run-models.yaml +++ b/.github/workflows/run-models.yaml @@ -60,7 +60,7 @@ jobs: --aws-batch \ --detach \ --no-download \ - --image nextstrain/base:build-20230720T001758Z \ + --image nextstrain/base \ --cpus 8 \ --memory 16GiB \ --env AWS_DEFAULT_REGION \