mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
Update install-entrypoint.sh: add version lock for NCCL (#11475)
This commit is contained in:
parent
3437967e63
commit
0ac2e6e546
1 changed files with 1 additions and 1 deletions
|
|
@ -27,4 +27,4 @@ if [ "${AUDITWHEEL_POLICY}" = "musllinux_1_1" ]; then
|
|||
apk add --no-cache bash
|
||||
fi
|
||||
yum install -y yum-plugin-versionlock
|
||||
yum versionlock cuda* libcudnn*
|
||||
yum versionlock cuda* libcudnn* libnccl*
|
||||
|
|
|
|||
Loading…
Reference in a new issue