-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Build CUDA image for lintrunner #109456
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
Build CUDA image for lintrunner #109456
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/109456
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit e7e53f9 with merge base d860313 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
0e910fa
to
d9dc63f
Compare
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.
Looks good to me (especially as this is a no op at the moment), but please revert progress bar change or explain why it is needed)
Of course I have no permission to push |
@pytorchbot merge -f "yolo docker image update" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Following the recent works, it is necessary to add CUDA files in the docker container so that we can lint CUDA code in the future.
cc @ezyang @Skylion007 @malfet