[Build] Support build sgl-kernel with ccache (#5020)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user