Use 'timefold' (not 'timefold-solver') and revert to ARM platform
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 36s
CI / test-go-edu-search (push) Successful in 29s
CI / test-python-klausur (push) Failing after 2m32s
CI / test-python-agent-core (push) Successful in 18s
CI / test-nodejs-website (push) Successful in 21s

The Python distribution is published on PyPI as 'timefold' — only the
Java module is called 'timefold-solver'. With the correct package the
ARM64 wheel resolves cleanly, so revert the linux/amd64 workaround.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-22 00:28:13 +02:00
parent 22f08a232d
commit 77650e8092
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -302,10 +302,7 @@ services:
context: ./timetable-solver-service
dockerfile: Dockerfile
container_name: bp-lehrer-timetable-solver
# timefold-solver only ships x86_64 wheels — emulate via Rosetta on
# the ARM Mac Mini. Cloud target (memory says cloud OK for this svc)
# would be linux/amd64 native.
platform: linux/amd64
platform: linux/arm64
ports:
- "8095:8095"
environment: