Dependencies not available on submission runtime after pull request merge

Hi,

I did a pull request 4 days ago, to make the einops package available on the submission runtime:

Both were approved and merged into master, but right now the dependencies are not available:

Submission 1 hour ago:
ModuleNotFoundError: No module named 'einops'

Thanks

Hi @VictorCallejas,

Thanks for reporting—I think this should be fixed now.

What happened was that we merged your two pull requests at the same time. The publish job for one that was merged first ran a little bit more slowly than the latter, and so it overwrote the images with a set that only contained the einops in CPU image. We’ll be more careful on timing merges going forward. If you propose any additional changes in the future, it would help avoid this situation if you combine revisions to both files in one pull request.

1 Like