Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/build_scripts/install-runtime-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ if [ "${BASE_POLICY}" == "manylinux" ]; then
# as LD_LIBRARY_PATH does not seem enough.
# c.f. https://github.com/pypa/manylinux/issues/1022
echo "/usr/local/lib" > /etc/ld.so.conf.d/00-manylinux.conf
if [ -d "/usr/local/lib64" ]; then
echo "/usr/local/lib64" >> /etc/ld.so.conf.d/00-manylinux.conf
fi
ldconfig
else
# set the default shell to bash
Expand Down