]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Fix broken build: require updated pip to support --break-system-packages (#15357)
authorDobri Danchev <redacted>
Mon, 18 Aug 2025 10:50:48 +0000 (05:50 -0500)
committerGitHub <redacted>
Mon, 18 Aug 2025 10:50:48 +0000 (12:50 +0200)
commit618575c5825d7d4f170e686e772178d2aae148ae
tree01517aa7430ff8d97727fd4272d0fa61e6f30dd0
parentf44f7931729022c57319a0124931120a169e0da9
Fix broken build: require updated pip to support --break-system-packages (#15357)

* Revert "devops : fix compile bug when the BASE_CUDA_DEV_CONTAINER is based on Ubuntu 24.04 (#15005)"

This reverts commit e4e915912cfd2ee15c5a4a0074813232134892f6.

* devops: Allow pip to modify externally-managed python environment (system installation)

- Updated pip install commands to include the --break-system-packages
  flag, ensuring compatibility when working with system-managed Python
  environments (PEP 668).

- Note: The --break-system-packages option was introduced in 2023.
  Ensure pip is updated to a recent version before using this flag.

fixes [#15004](https://github.com/danchev/llama.cpp/issues/15004)
.devops/cuda.Dockerfile