[Build] Support build sgl-kernel with ccache (#5020)

This commit is contained in:
Yuhong Guo
2025-04-03 15:22:37 +08:00
committed by GitHub
parent e41549c3d6
commit 7d8c0ce7ce
3 changed files with 22 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
pkg-config \
libssl-dev \
bear \
ccache \
&& apt install -y rdma-core infiniband-diags openssh-server perftest ibverbs-providers libibumad3 libibverbs1 libnl-3-200 libnl-route-3-200 librdmacm1 \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean
@@ -44,6 +45,7 @@ RUN python3 -m pip install --no-cache-dir \
black \
isort \
icdiff \
uv \
pre-commit
# Install diff-so-fancy