Skip to content

Fix docker build issue after 164575#164774

Closed
atalman wants to merge 1 commit intopytorch:mainfrom
atalman:fix_docker_builds1
Closed

Fix docker build issue after 164575#164774
atalman wants to merge 1 commit intopytorch:mainfrom
atalman:fix_docker_builds1

Conversation

@atalman
Copy link
Contributor

@atalman atalman commented Oct 6, 2025

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

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Oct 6, 2025
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 6, 2025

🔗 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 Pending

As of commit ceb5fcb with merge base b558c98 (image):

NEW FAILURES - The following jobs have failed:

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

@atalman atalman changed the title Fix docker build typo Fix docker build issue after https://github.com/pytorch/pytorch/pull/164575 Oct 6, 2025
@atalman atalman changed the title Fix docker build issue after https://github.com/pytorch/pytorch/pull/164575 Fix docker build issue after 164575 Oct 6, 2025
@atalman
Copy link
Contributor Author

atalman commented Oct 6, 2025

@pytorchmergebot merge -f "all looks good"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@atalman
Copy link
Contributor Author

atalman commented Oct 6, 2025

@pytorchbot cherry-pick --onto release/2.9 --c critical

pytorchbot pushed a commit that referenced this pull request Oct 6, 2025
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)
@pytorchbot
Copy link
Collaborator

Cherry picking #164774

The 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 team Raised by workflow job

atalman added a commit that referenced this pull request Oct 6, 2025
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>
Chao1Han pushed a commit to Chao1Han/pytorch that referenced this pull request Oct 21, 2025
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
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.

4 participants