Pallas build duplicates work #467
Labels
bug
a bug of JAX-Toolbox itself instead of the JAX ecosystem software that it ships
good first issue
Good for newcomers
When building wheels for Pallas the CI jobs are duplicating work.
e.g. in https://github.com/NVIDIA/JAX-Toolbox/actions/runs/7475866231/job/20344957851#step:10:428 then parts of the Dockerfile are being re-executed that should be cached from the "Build mealkit image" part of the same job.
For example, in the PAX equivalent this caching works: https://github.com/NVIDIA/JAX-Toolbox/actions/runs/7475866243/job/20344960164#step:10:181
I have not been able to reproduce this locally, where the run with
--target final
does hit the cache.The text was updated successfully, but these errors were encountered: