Skip to content

Commit f5aaa83

Browse files
authored
Update serving-xpu Dockerfile (#13077)
* Update Dockerfile * Update Dockerfile
1 parent cfadf3f commit f5aaa83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/llm/serving/xpu/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ COPY ./1ccl_for_multi_arc.patch /build/
2020

2121
RUN 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

104103
RUN 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
#

0 commit comments

Comments
 (0)