Pin (or re-pin) the Linux manywheel builder docker images used by the nightly/release binary build workflows in pytorch/pytorch to a fixed .ci/docker build. Takes the release version (e.g. 2.13) as input. Updates DOCKER_IMAGE_PIN in .github/scripts/generate_binary_build_matrix.py and regenerates the workflows. Triggered by mentions of "pin docker image", "update docker pin", "docker image pin", "pin builder images", or "bump the manywheel image pin" for a release branch.
$npx -y skills add pytorch/test-infra --skill release-update-docker-image-pinInstalls into the current project.
Run `npx skills use "https://github.com/pytorch/test-infra" --skill "pytorch/test-infra/release-update-docker-image-pin"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pytorch/test-infra" that are relevant to the current task. Run `npx skills add "https://github.com/pytorch/test-infra"` and select the relevant skills, then follow their instructions.