We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08c6bd commit cfadf3fCopy full SHA for cfadf3f
docker/llm/serving/xpu/docker/Dockerfile
@@ -20,11 +20,12 @@ COPY ./1ccl_for_multi_arc.patch /build/
20
21
RUN set -eux && \
22
#
23
- # Update and install basic dependencies
+ # Update and install basic dependencies, upgrade linux-libc-dev to fix CT7 CVEs
24
apt-get update && \
25
apt-get install -y --no-install-recommends \
26
curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
27
libfabric-dev wrk libaio-dev numactl && \
28
+ linux-libc-dev && \
29
30
# Set timezone
31
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
0 commit comments