Docker workflow failing because of IDAKLU solver decoupling #4896
Labels
CI/CD
Related to continuous integration, continuous deployment (GitHub Actions, workflows, testing, etc.)
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: medium
To be resolved if time allows
PyBaMM Version
25.1.1
Python Version
3.11
Describe the bug
The docker workflow has been failing because of decoupled
IDAKLU
solver. I think it would be better to refactor theDockerfile
completely aspybammsolvers
is an independent dependency now and can be installed throughpip
instead of compiling it within theDockerfile
itself. This would make theDockerfile
much simpler with less dependencies to install and overall less build steps.Steps to Reproduce
Reference workflow URL - https://github.com/pybamm-team/PyBaMM/actions/runs/13685113885/job/38266614422
Relevant log output
The text was updated successfully, but these errors were encountered: