]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
devops : fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04...
authorsimevo <redacted>
Thu, 14 Aug 2025 15:45:27 +0000 (17:45 +0200)
committerGitHub <redacted>
Thu, 14 Aug 2025 15:45:27 +0000 (18:45 +0300)
fixes #15004

Co-authored-by: Paolo Greppi <redacted>
.devops/cuda.Dockerfile

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