]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docker: allow installing pip packages system-wide (#11437)
authorNuno <redacted>
Tue, 28 Jan 2025 14:17:25 +0000 (15:17 +0100)
committerGitHub <redacted>
Tue, 28 Jan 2025 14:17:25 +0000 (14:17 +0000)
Signed-off-by: rare-magma <redacted>
.devops/vulkan.Dockerfile

index b5bd3b6d21206f7548ec04584fb8673221612e11..eabf832f8d362656a91e27039d94dd4f7af6e551 100644 (file)
@@ -55,8 +55,9 @@ RUN apt-get update \
     git \
     python3 \
     python3-pip \
-    && pip install --upgrade pip setuptools wheel \
-    && pip install -r requirements.txt \
+    python3-wheel \
+    && pip install --break-system-packages --upgrade setuptools \
+    && pip install --break-system-packages -r requirements.txt \
     && apt autoremove -y \
     && apt clean -y \
     && rm -rf /tmp/* /var/tmp/* \