Skip to content

Commit 3867b97

Browse files
rocm-micijithunnair-amd
authored andcommitted
[AUTOGENERATED] [release/2.6] Newer conda versions require --update-deps to update dependencies such as libgcc-ng (#1974)
Cherry-pick of #1946 Co-authored-by: Jithun Nair <[email protected]> (cherry picked from commit 2e1ed75)
1 parent c9268e9 commit 3867b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
6262

6363
# libstdcxx from conda default channels are too old, we need GLIBCXX_3.4.30
6464
# which is provided in libstdcxx 12 and up.
65-
conda_install libstdcxx-ng=12.3.0 -c conda-forge
65+
conda_install libstdcxx-ng=12.3.0 --update-deps -c conda-forge
6666

6767
# Install PyTorch conda deps, as per https://github.com/pytorch/pytorch README
6868
if [[ $(uname -m) == "aarch64" ]]; then

0 commit comments

Comments
 (0)