Pin conda version for Docker builds#164575
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164575
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 50 PendingAs of commit 93d05b7 with merge base 2a7c486 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchmergebot merge -f "lint is green" |
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 --fixes "Critical Docker fix" -c critical |
Mitigates #164574 Remove unused CUDA_CHANNEL var - this was used before when we had pytorch install via conda. Please note: CUDA 13.0 failures are expected since the CI tries to build against prod and CUDA 13.0 is not available in prod yet. Pull Request resolved: #164575 Approved by: https://github.com/malfet, https://github.com/Camyll (cherry picked from commit e40fe63)
Cherry picking #164575The cherry pick PR is at #164579 and it is linked with issue Critical Docker fix. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Pin conda version for Docker builds (#164575) Mitigates #164574 Remove unused CUDA_CHANNEL var - this was used before when we had pytorch install via conda. Please note: CUDA 13.0 failures are expected since the CI tries to build against prod and CUDA 13.0 is not available in prod yet. Pull Request resolved: #164575 Approved by: https://github.com/malfet, https://github.com/Camyll (cherry picked from commit e40fe63) Co-authored-by: atalman <atalman@fb.com>
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
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)
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>
Mitigates pytorch#164574 Remove unused CUDA_CHANNEL var - this was used before when we had pytorch install via conda. Please note: CUDA 13.0 failures are expected since the CI tries to build against prod and CUDA 13.0 is not available in prod yet. Pull Request resolved: pytorch#164575 Approved by: https://github.com/malfet, https://github.com/Camyll
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
Mitigates #164574
Remove unused CUDA_CHANNEL var - this was used before when we had pytorch install via conda.
Please note: CUDA 13.0 failures are expected since the CI tries to build against prod and CUDA 13.0 is not available in prod yet.