FROM ubuntu:22.04

WORKDIR /app

# Scaffold only. Add llama.cpp build and model wiring in a later stage.
CMD ["sh", "-c", "echo 'Scaffold only: {{SERVICE_ID}} / {{RUNTIME_PRESET}}'"]
