nextstrain / forecasts-ncov

SARS-CoV-2 variant growth rates and frequency forecasts
https://nextstrain.org/sars-cov-2/forecasts/
7 stars 2 forks source link

workflow/run-models: pin nextstrain/base image #56

Closed joverlee521 closed 1 year ago

joverlee521 commented 1 year ago

The latest nextstrain/base image (triggered by the Augur v22.2.0 release) pulled in the latest release of jax v0.4.14¹ which included a breaking change that causes an error in evofr.²

Pinning the nextstrain/base image to an earlier version that used jax v0.4.13 that was able to run models without errors for now until evofr has been updated with a fix.

¹ https://github.com/nextstrain/docker-base/actions/runs/5718704119/job/15495059469#step:9:14762 ² https://github.com/blab/evofr/issues/28

corneliusroemer commented 11 months ago

Shouldn't we rather pin jax in the docker/conda environments?