Skip to content

Commit 96783ea

Browse files
rare-magmamglambda
authored andcommitted
docker: allow installing pip packages system-wide (ggml-org#11437)
Signed-off-by: rare-magma <[email protected]>
1 parent 4c7bbf2 commit 96783ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devops/vulkan.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ RUN apt-get update \
5555
git \
5656
python3 \
5757
python3-pip \
58-
&& pip install --upgrade pip setuptools wheel \
59-
&& pip install -r requirements.txt \
58+
python3-wheel \
59+
&& pip install --break-system-packages --upgrade setuptools \
60+
&& pip install --break-system-packages -r requirements.txt \
6061
&& apt autoremove -y \
6162
&& apt clean -y \
6263
&& rm -rf /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)