We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201d38a commit 8cb4357Copy full SHA for 8cb4357
docker/Dockerfile.dev
@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
21
pkg-config \
22
libssl-dev \
23
bear \
24
+ ccache \
25
&& apt install -y rdma-core infiniband-diags openssh-server perftest ibverbs-providers libibumad3 libibverbs1 libnl-3-200 libnl-route-3-200 librdmacm1 \
26
&& rm -rf /var/lib/apt/lists/* \
27
&& apt-get clean
@@ -44,6 +45,7 @@ RUN python3 -m pip install --no-cache-dir \
44
45
black \
46
isort \
47
icdiff \
48
+ uv \
49
pre-commit
50
51
# Install diff-so-fancy
0 commit comments