-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create validate_docker_image.yml #1771
Conversation
Add a file to print a statement.
strategy: | ||
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} | ||
container: | ||
image: ghcr.io/pytorch/pytorch:2.2.2-cuda${{ matrix.cuda }}-cudnn${{ matrix.cudnn_version }}-${{ matrix.image_type }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change image to matrix.docker
which should be now since this PR is merged: pytorch/test-infra#5081
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated and workflow partially succeeded: https://github.com/juliagmt-google/builder/actions/runs/8635045506/job/23672552152
The failed workflow complained about not enough space:
failed to register layer: write /opt/conda/lib/python3.10/test/support/__init__.py: no space left on device Warning: Docker pull failed with exit code 1, back off 3.699 seconds before retry. /usr/bin/docker --config /home/runner/work/_temp/.docker_ff254e09-5ee1-4d53-9f39-52c9c2a6a945 pull ghcr.io/pytorch/pytorch-nightly:2.4.0.dev20240410-cuda11.8-cudnn8-devel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the code and triggered the workflow run.
strategy: | ||
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} | ||
container: | ||
image: ghcr.io/pytorch/pytorch:2.2.2-cuda${{ matrix.cuda }}-cudnn${{ matrix.cudnn_version }}-${{ matrix.image_type }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated and workflow partially succeeded: https://github.com/juliagmt-google/builder/actions/runs/8635045506/job/23672552152
The failed workflow complained about not enough space:
failed to register layer: write /opt/conda/lib/python3.10/test/support/__init__.py: no space left on device Warning: Docker pull failed with exit code 1, back off 3.699 seconds before retry. /usr/bin/docker --config /home/runner/work/_temp/.docker_ff254e09-5ee1-4d53-9f39-52c9c2a6a945 pull ghcr.io/pytorch/pytorch-nightly:2.4.0.dev20240410-cuda11.8-cudnn8-devel
Added
|
Co-authored-by: Andrey Talman <[email protected]>
Validations for : https://github.com/pytorch/pytorch/actions/runs/8606271166/job/23584360994
Validates docker images living in: https://github.com/orgs/pytorch/packages/container/package/pytorch