We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b3527 commit 77bde1eCopy full SHA for 77bde1e
.ci/docker/common/install_conda.sh
@@ -52,7 +52,7 @@ fix_conda_ubuntu_libstdcxx() {
52
#
53
# PyTorch sev: https://github.com/pytorch/pytorch/issues/105248
54
# Ref: https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
55
- if grep -e "2[02].04.[5623]" /etc/issue >/dev/null; then
+ if grep -e "2[02].04." /etc/issue >/dev/null; then
56
rm "/opt/conda/envs/py_${PYTHON_VERSION}/lib/libstdc++.so.6"
57
fi
58
}
0 commit comments