We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f43cd1 commit 5879ee6Copy full SHA for 5879ee6
docker/build_scripts/install-runtime-packages.sh
@@ -163,6 +163,9 @@ if [ "${BASE_POLICY}" == "manylinux" ]; then
163
# as LD_LIBRARY_PATH does not seem enough.
164
# c.f. https://github.com/pypa/manylinux/issues/1022
165
echo "/usr/local/lib" > /etc/ld.so.conf.d/00-manylinux.conf
166
+ if [ -d "/usr/local/lib64" ]; then
167
+ echo "/usr/local/lib64" >> /etc/ld.so.conf.d/00-manylinux.conf
168
+ fi
169
ldconfig
170
else
171
# set the default shell to bash
0 commit comments