Add missing patchelf dependency for REHL8 for openvino runtime python wheel build (#12618)

This commit is contained in:
Xiake Sun
2022-08-18 12:30:20 +08:00
committed by GitHub
parent 263652fb93
commit d958fccb8b

View File

@@ -110,6 +110,7 @@ elif [ -f /etc/redhat-release ]; then
gcc \
gcc-c++ \
make \
patchelf \
pkg-config \
gflags-devel.i686 \
zlib-devel.i686 \