File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -85,18 +85,11 @@ ADD ./common/install_patchelf.sh install_patchelf.sh
8585RUN bash ./install_patchelf.sh && rm install_patchelf.sh
8686RUN cp $(which patchelf) /patchelf
8787
88- FROM patchelf as python
89- # build python
90- COPY manywheel/build_scripts /build_scripts
91- ADD ./common/install_cpython.sh /build_scripts/install_cpython.sh
92- ENV SSL_CERT_FILE=
93- RUN bash build_scripts/build.sh && rm -r build_scripts
9488
9589FROM base as final
9690COPY --from=python /opt/python /opt/python
9791COPY --from=python /opt/_internal /opt/_internal
9892COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
99- COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
10093
10194RUN alternatives --set python /usr/bin/python3.12
10295RUN alternatives --set python3 /usr/bin/python3.12
You can’t perform that action at this time.
0 commit comments