Bumping nvidia docker version and using python 3.10 for cuda11.7#82472
Bumping nvidia docker version and using python 3.10 for cuda11.7#82472atalman wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results here
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 FailuresAs of commit 8b07f6b: The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
f006b79 to
1d1fc86
Compare
|
@pytorchmergebot merge |
|
@pytorchbot successfully started a merge and created land time checks. See merge status here and land check progress here |
|
@pytorchmergebot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
1d1fc86 to
8b07f6b
Compare
|
Merge failed due to New commits were pushed while merging. Please rerun the merge command. |
|
@pytorchmergebot merge |
|
@pytorchbot successfully started a merge and created land time checks. See merge status here and land check progress here |
) ### Description CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html This is only Linux update, will require followup PR for Windows update. This should resolve this error: https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true On this PR: #81688 ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.7, please update your driver to a newer version, or use an earlier cuda container: unknown. ``` ### Testing IN CI Pull Request resolved: #82472 Approved by: https://github.com/DanilBaibak, https://github.com/malfet
|
@pytorchmergebot merge -f "Bumping nvidia driver version" |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @atalman. |
) (#82472) Summary: ### Description CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html This is only Linux update, will require followup PR for Windows update. This should resolve this error: https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true On this PR: #81688 ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=11.7, please update your driver to a newer version, or use an earlier cuda container: unknown. ``` ### Testing IN CI Pull Request resolved: #82472 Approved by: https://github.com/DanilBaibak, https://github.com/malfet Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/5aef03513f2ebcc56bd0687d99da04cc073af15c Reviewed By: kit1980 Differential Revision: D38359595 Pulled By: atalman fbshipit-source-id: 60eaf00f4dbe9ab456beef3cc14274d7845b71e2
Description
CUDA 11.7 Requires Driver update : https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
This is only Linux update, will require followup PR for Windows update.
This should resolve this error:
https://github.com/pytorch/pytorch/runs/7478454141?check_suite_focus=true
On this PR: #81688
Testing
IN CI