You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should fix docker build verification issues, like in:
https://github.com/pytorch/pytorch/actions/runs/13917778953/job/38943972867
- In the PyTorch repo, version.txt shows 2.8.0a0 (i.e., PyTorch is now
developing version 2.8.0)
- In the test-infra repo's generate_binary_build_matrix.py, line 77
shows CURRENT_NIGHTLY_VERSION = "2.7.0"
- Build job builds:
ghcr.io/pytorch/pytorch-nightly:2.8.0.dev20250318-cuda11.8-cudnn9-devel
- Validation job tries to pull:
ghcr.io/pytorch/pytorch-nightly:2.7.0.dev20250318-cuda11.8-cudnn9-devel
- The image doesn't exist, causing "manifest unknown" errors
0 commit comments