Files
foxhunt/services
jgrusewski 5af8b0b921 fix(docker): use protoc v25 for ml_training_service CUDA build
Ubuntu 22.04's protobuf-compiler (v3.12) lacks proto3 optional field
support. Install protoc v25.1 from GitHub releases instead, which
matches the protoc version available in Debian bookworm-based images
used by the other 5 services.

Validated: docker build completes successfully, binary starts with
ml_training_service --help.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 17:21:27 +01:00
..