Skip to content

Commit 68c4b9f

Browse files
committed
fix
1 parent eb80897 commit 68c4b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/llm/serving/xpu/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN set -eux && \
115115
#
116116
# Install Python 3.11
117117
add-apt-repository ppa:deadsnakes/ppa -y && \
118-
apt-get install -y --no-install-recommends python3.11 python3-pip python3.11-dev python3.11-distutils python3-wheel && \
118+
apt-get install -y --no-install-recommends python3.11 python3.11-dev python3.11-distutils python3-wheel && \
119119
rm /usr/bin/python3 && ln -s /usr/bin/python3.11 /usr/bin/python3 && \
120120
ln -s /usr/bin/python3 /usr/bin/python && \
121121
#

0 commit comments

Comments
 (0)