Update conda to latest version for Docker release builds#125887
Update conda to latest version for Docker release builds#125887atalman wants to merge 3 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/125887
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 05f2bef with merge base 978b572 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Is |
|
Is that the default already for newer conda version? https://conda.org/blog/2023-11-06-conda-23-10-0-release/ |
|
I think it is ok cause we was still at |
|
@pytorchmergebot merge -f "Docker builds and lint are passing" |
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 |
|
Are the new nightly image pushed? See #125879 (comment) |
|
|
Fixes #125879
Issue is somewhat similar to this issue: #106470
doing:
pulls cpu version of pytorch,vision and audio here: https://github.com/pytorch/pytorch/actions/runs/9014006158/job/24795924934#step:11:6849
Updating conda to latest and rebuilding solved this issue.