Skip to content

Fix docker build issue after 164575#164779

Merged
atalman merged 1 commit intorelease/2.9from
cherry-pick-164774-by-pytorch_bot_bot_
Oct 6, 2025
Merged

Fix docker build issue after 164575#164779
atalman merged 1 commit intorelease/2.9from
cherry-pick-164774-by-pytorch_bot_bot_

Conversation

@pytorchbot
Copy link
Collaborator

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

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)
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 6, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/164779

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 28 Pending

As of commit a55b907 with merge base 4840a1a (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@atalman atalman merged commit d4c4307 into release/2.9 Oct 6, 2025
36 of 53 checks passed
@github-actions github-actions bot deleted the cherry-pick-164774-by-pytorch_bot_bot_ branch November 6, 2025 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants