We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3ecbf commit b93aa19Copy full SHA for b93aa19
manylinux_x86_64.dockerfile
@@ -1,5 +1,7 @@
1
FROM quay.io/pypa/manylinux_2_34_x86_64
2
WORKDIR /home/root
3
+RUN echo "/usr/local/lib64" | tee -a /etc/ld.so.conf.d/00-manylinux.conf
4
+RUN ldconfig
5
COPY setup* .
6
COPY build_linux.sh .
7
RUN bash build_linux.sh "-DCMAKE_INSTALL_PREFIX=/usr/local"
0 commit comments