[BE] Remove libstdcxx conda-forge hack from Docker builds#172260
[BE] Remove libstdcxx conda-forge hack from Docker builds#172260huydhn wants to merge 1 commit intopytorch:mainfrom
Conversation
Signed-off-by: Huy Do <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/172260
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 42 PendingAs of commit 7e1ffee with merge base 584cebd ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: docker-builds / docker-build (linux.12xlarge, pytorch-linux-noble-rocm-nightly-py3) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -f "So far so 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 |
This is causing
aarch64CI to fail withImportError: /opt/conda/envs/py_3.10/bin/../lib/libstdc++.so.6: versionGLIBCXX_3.4.32' not found (required by /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch_python.so)`. We don't need this anymore on both x86 and aarch64Testing