File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docker/llm/serving/xpu/docker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ COPY ./1ccl_for_multi_arc.patch /build/
2020
2121RUN set -eux && \
2222 #
23- # Update and install basic dependencies, upgrade linux-libc-dev to fix CT7 CVEs
23+ # Update and install basic dependencies
2424 apt-get update && \
2525 apt-get install -y --no-install-recommends \
2626 curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
2727 libfabric-dev wrk libaio-dev numactl && \
28- linux-libc-dev && \
2928 #
3029 # Set timezone
3130 ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
@@ -103,9 +102,10 @@ ENV TZ=Asia/Shanghai PYTHONUNBUFFERED=1 VLLM_RPC_TIMEOUT=100000
103102
104103RUN set -eux && \
105104 #
106- # Update and install basic dependencies
105+ # Update and install basic dependencies, upgrade linux-libc-dev to fix CT7 CVEs
107106 apt-get update && \
108107 apt-get install -y --no-install-recommends \
108+ linux-libc-dev \
109109 curl wget git libunwind8-dev vim less gnupg gpg-agent software-properties-common \
110110 libfabric-dev wrk libaio-dev numactl && \
111111 #
You can’t perform that action at this time.
0 commit comments