Fix docker build issue after 164575#164774
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164774
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 50 PendingAs of commit ceb5fcb with merge base b558c98 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot merge -f "all looks good" |
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 |
|
@pytorchbot cherry-pick --onto release/2.9 --c critical |
Looks like #164575 introduced an issue. The command is wrong: ``` conda install -c "whl/nightly" -y python=3.11 conda=25.7.0 ``` Should be just using default conda channel: ``` conda install -y python=3.11 conda=25.7.0 ``` Pull Request resolved: #164774 Approved by: https://github.com/Camyll (cherry picked from commit c1f40d3)
Cherry picking #164774The cherry pick PR is at #164779 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix docker build issue after 164575 (#164774) Looks like #164575 introduced an issue. The command is wrong: ``` conda install -c "whl/nightly" -y python=3.11 conda=25.7.0 ``` Should be just using default conda channel: ``` conda install -y python=3.11 conda=25.7.0 ``` Pull Request resolved: #164774 Approved by: https://github.com/Camyll (cherry picked from commit c1f40d3) Co-authored-by: atalman <atalman@fb.com>
Looks like pytorch#164575 introduced an issue. The command is wrong: ``` conda install -c "whl/nightly" -y python=3.11 conda=25.7.0 ``` Should be just using default conda channel: ``` conda install -y python=3.11 conda=25.7.0 ``` Pull Request resolved: pytorch#164774 Approved by: https://github.com/Camyll
Looks like #164575 introduced an issue.
The command is wrong:
Should be just using default conda channel: