Commit Graph

18 Commits

Author SHA1 Message Date
Donato Capitella c2754a810a fix vulkan builds: add spirv-headers-devel to builder deps 2026-04-15 09:33:13 +01:00
Donato Capitella ca84f4cbf3 patch: increasing MAX_REPETITION_THRESHOLD to allow complex agentic workflows 2026-03-25 09:23:19 +00:00
Trevor Starick 95aaf23a47 fix: remove trailing backslash (#60)
* feat: add REPO/BRANCH build args for llama.cpp

- Introduce ARG REPO and ARG BRANCH to replace the hardcoded git clone with: `git clone -b ${BRANCH} --single-branch --recursive ${REPO}` . This allows overriding the llama.cpp repository and branch at build time via `--build-arg`.

- Update `docs/building.md` to recommend using `--build-arg` instead of updating the file

* fix: remove trailing backslash
2026-02-17 21:41:55 +00:00
Trevor Starick be936d6b59 feat: add REPO/BRANCH build args for llama.cpp (#59)
- Introduce ARG REPO and ARG BRANCH to replace the hardcoded git clone with: `git clone -b ${BRANCH} --single-branch --recursive ${REPO}` . This allows overriding the llama.cpp repository and branch at build time via `--build-arg`.

- Update `docs/building.md` to recommend using `--build-arg` instead of updating the file
2026-02-17 19:29:48 +00:00
Donato Capitella ea03c773c6 adding procps-ng to the toolbox runtime 2026-01-15 09:43:05 +00:00
Donato Capitella df54882433 remove manual application of RPC performance PR (this is merged into master now) 2025-11-28 14:20:03 +00:00
Donato Capitella 1b5ced1255 make PR-15405 application explicit in logs 2025-11-25 10:02:32 +00:00
Donato Capitella 528923aa66 restore PR_15405 for Vulkan backends 2025-11-17 11:44:11 +00:00
Donato Capitella eae357f9dd disable PR_15405 for vulkan 2025-11-17 11:19:51 +00:00
Donato Capitella 79a2438861 copy rpc-server binary to runtime container 2025-11-17 08:04:02 +00:00
Donato Capitella 7e583193d0 migrated to fedora 43 from rawhide to fix build issues 2025-11-16 10:04:39 +00:00
Donato Capitella bf0d083975 Dropping PR 15405 (llama.cpp RPC experimental improvement) due to compile issue 2025-11-16 08:25:25 +00:00
Donato Capitella 9de07b1d25 Enable RPC builds and merge PR 15405 across Dockerfiles 2025-11-16 07:54:49 +00:00
Donato Capitella b72bbd64f8 Fixing broken vulkan containers 2025-08-16 20:28:59 +01:00
Donato Capitella ca0800bd01 Updating toolboxes with a two-stage build process to reduce size 2025-08-16 10:21:59 +01:00
Donato Capitella 2c90eac378 Add build-and-push workflow 2025-08-06 08:56:58 +01:00
Donato Capitella 4a58483ff9 typos and added vulakninfo to vulkan toolboxes 2025-08-03 16:01:55 +01:00
Donato Capitella 6c66edf0b7 Updates to Dockerfile buil docs 2025-08-03 13:56:16 +01:00