[CI] Fix missing elfutils headers in CUDA 13.4 DeepGEMM build (#39855)

This commit is contained in:
Chunan Zeng
2026-09-16 16:41:29 -07:00
committed by GitHub
parent c2443458e1
commit d78b35076a
+2
View File
@@ -354,7 +354,9 @@ ARG DEEPGEMM_REF
ARG SGL_DEEP_GEMM_VERSION=0.1.5.post2
ARG TVM_FFI_VERSION=0.1.11
# DeepJIT's exception handling requires elfutils/libdwfl.h and libelf headers.
RUN yum install -y --nogpgcheck git wget tar gcc gcc-c++ make \
elfutils-devel elfutils-libelf-devel \
&& yum clean all && rm -rf /var/cache/yum
RUN --mount=type=cache,id=cu134-wheels-pip,target=/root/.cache/pip \