File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
runtimes/datascience/ubi9-python-3.12 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ RUN dnf -y upgrade --refresh --best --nodocs --noplugins --setopt=install_weak_d
1919RUN --mount=type=cache,target=/var/cache/dnf \
2020 echo "Building for architecture: ${TARGETARCH}" && \
2121 if [ "$TARGETARCH" = "ppc64le" ]; then \
22- PACKAGES="mesa-libGL skopeo libxcrypt-compat gcc-toolset-13 make wget unzip rust cargo unixODBC-devel cmake ninja-build"; \
22+ PACKAGES="mesa-libGL skopeo libxcrypt-compat git gcc-toolset-13 make wget unzip rust cargo unixODBC-devel cmake ninja-build"; \
2323 else \
2424 PACKAGES="mesa-libGL skopeo libxcrypt-compat"; \
2525 fi && \
2626 echo "Installing: $PACKAGES" && \
2727 dnf install -y --nogpgcheck --allowerasing --nobest $PACKAGES && \
28- dnf clean all && rm -rf /var/cache/yum
28+ dnf clean all && rm -rf /var/cache/dnf
2929
3030RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
3131 echo 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/' >> /etc/profile.d/ppc64le.sh && \
@@ -125,7 +125,6 @@ USER 0
125125
126126# Install ppc64le-built wheels if available
127127COPY --from=openblas-builder /root/OpenBLAS-* /openblas
128- COPY --from=onnx-builder /tmp/control /dev/null
129128COPY --from=onnx-builder /onnx_wheels /tmp/onnx_wheels
130129
131130RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
You can’t perform that action at this time.
0 commit comments