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
The text was updated successfully, but these errors were encountered:
atalman
changed the title
Add option to validate release images from dockerhub
Docker Images Validate. Remove CUDA images from arm64 builds
Apr 29, 2024
atalman
changed the title
Docker Images Validate. Remove CUDA images from arm64 builds
Docker Images Validate. Review CUDA images from arm64 builds
Apr 29, 2024
atalman
changed the title
Docker Images Validate. Review CUDA images from arm64 builds
Docker Images Validate. Fix arm64 docker builds to not contain cuda versions
Apr 29, 2024
As continuation of work of: #1432
https://hub.docker.com/r/pytorch/pytorch/tags
Following images needs to be validated with this option ON. Only applicable to Release channel
Instead if the ghcr.io images
cc @juliagmt-google
Add an option to validate arm64 builds using linux.arm64.2xlarge runner only applicable to ghcr: https://github.com/pytorch/test-infra/blob/5c893b3135350b1d5ead58b2cc8bd0a44deb414a/tools/scripts/generate_binary_build_matrix.py#L79
Add an option to pass validation runner from https://github.com/pytorch/test-infra/blob/main/tools/scripts/generate_docker_release_matrix.py to the docker release validation workflow.
Hence pytorch/test-infra@main/tools/scripts/generate_docker_release_matrix.py will need to be modified, validation_runner added
Fix/Review logic. Arm64 builds should not contain CUDA in the name, see this comment: Broken Docker Image on dockerhub pytorch#125094 (comment)
To be able to detect issues similar to this:
pytorch/pytorch#125094
Docker release matrix:
https://github.com/pytorch/test-infra/blob/main/.github/workflows/generate_docker_release_matrix.yml
Python script
https://github.com/pytorch/test-infra/blob/main/tools/scripts/generate_docker_release_matrix.py
Validate docker image:
https://github.com/pytorch/builder/blob/main/.github/workflows/validate_docker_images.yml
The text was updated successfully, but these errors were encountered: