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
19
19
RUN --mount=type=cache,target=/var/cache/dnf \
20
20
echo "Building for architecture: ${TARGETARCH}" && \
21
21
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"; \
23
23
else \
24
24
PACKAGES="mesa-libGL skopeo libxcrypt-compat"; \
25
25
fi && \
26
26
echo "Installing: $PACKAGES" && \
27
27
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
29
29
30
30
RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
31
31
echo 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/' >> /etc/profile.d/ppc64le.sh && \
@@ -125,7 +125,6 @@ USER 0
125
125
126
126
# Install ppc64le-built wheels if available
127
127
COPY --from=openblas-builder /root/OpenBLAS-* /openblas
128
- COPY --from=onnx-builder /tmp/control /dev/null
129
128
COPY --from=onnx-builder /onnx_wheels /tmp/onnx_wheels
130
129
131
130
RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
You can’t perform that action at this time.
0 commit comments