mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Add version lock to manylinux build scripts (#7755)
This commit is contained in:
parent
126afbe450
commit
3a68c389d9
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
# Stop at any error, show all commands
|
||||
set -ex
|
||||
|
||||
yum install -y yum-plugin-versionlock
|
||||
yum versionlock cuda* libcudnn*
|
||||
# Set build environment variables
|
||||
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
|
||||
. $MY_DIR/build_env.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue