We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb80897 commit 68c4b9fCopy full SHA for 68c4b9f
docker/llm/serving/xpu/docker/Dockerfile
@@ -115,7 +115,7 @@ RUN set -eux && \
115
#
116
# Install Python 3.11
117
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 && \
+ apt-get install -y --no-install-recommends python3.11 python3.11-dev python3.11-distutils python3-wheel && \
119
rm /usr/bin/python3 && ln -s /usr/bin/python3.11 /usr/bin/python3 && \
120
ln -s /usr/bin/python3 /usr/bin/python && \
121
0 commit comments