Skip to content

Commit 8cb4357

Browse files
committed
Update docker/Dockerfile.dev
1 parent 201d38a commit 8cb4357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
2121
pkg-config \
2222
libssl-dev \
2323
bear \
24+
ccache \
2425
&& apt install -y rdma-core infiniband-diags openssh-server perftest ibverbs-providers libibumad3 libibverbs1 libnl-3-200 libnl-route-3-200 librdmacm1 \
2526
&& rm -rf /var/lib/apt/lists/* \
2627
&& apt-get clean
@@ -44,6 +45,7 @@ RUN python3 -m pip install --no-cache-dir \
4445
black \
4546
isort \
4647
icdiff \
48+
uv \
4749
pre-commit
4850

4951
# Install diff-so-fancy

0 commit comments

Comments
 (0)