Skip to content

Commit 20fcd88

Browse files
author
hongwen
committed
Resolved libstdc++ version conflict.
1 parent 4254651 commit 20fcd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tools/prepare_build_environment_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
libcudnn9-devel-cuda-12-9.1.0.70-1 \
3333
libcublas-devel-12-2-12.2.5.6-1 \
3434
# libnccl-devel-2.19.3-1+cuda12.2
35-
yum-config-manager --add-repo https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel8/x86_64/nvidia-machine-learning-rhel8.repo
35+
yum-config-manager --add-repo https://developer.download.nvidia.com/compute/machine-learning/repos/rhel8/x86_64/nvidia-machine-learning-rhel8.repo
3636
yum install -y libnccl-devel-2.15.5-1+cuda12.2
3737
ln -s cuda-12.2 /usr/local/cuda
3838

0 commit comments

Comments
 (0)