guardrailsLLM / Dockerfile

Commit History

fix: override ENTRYPOINT to run start.sh as shell script
4d77556

aphisit.t Claude Sonnet 4.6 commited on

refactor: switch to official llama.cpp server Docker image
3e0420a

aphisit.t Claude Sonnet 4.6 commited on

fix: restore runtime download, sync all config changes
86d4081

aphisit.t Claude Sonnet 4.6 commited on

fix: install llama-cpp-python from pre-built CPU wheel to prevent OOMKilled
102d535

aphisit.t Claude Sonnet 4.6 commited on

fix: upgrade pydantic to V2 and add sed to apt deps
fb0e219

aphisit.t Claude Sonnet 4.6 commited on

fix: strip CRLF from start.sh via sed in Dockerfile and tr -d in script
6da652c

aphisit.t Claude Sonnet 4.6 commited on

fix: use PyPI directly, llama-cpp-python==0.2.76, no custom index
036ee1e

aphisit.t Claude Sonnet 4.6 commited on

fix: pinned deps in single requirements.txt, /simple index url, simplified start.sh
20deca2

aphisit.t Claude Sonnet 4.6 commited on

fix: split llama-cpp-python wheel install from server deps to avoid source build
da9b43a

aphisit.t Claude Sonnet 4.6 commited on

fix: use --index-url to force pre-built CPU wheel, avoid source build
565518e

aphisit.t Claude Sonnet 4.6 commited on

fix: use pre-built CPU wheel, remove cmake/build-essential and requirements.txt
9ac4cf6

aphisit.t Claude Sonnet 4.6 commited on

feat: stable final version with pinned deps and MODEL_URL env var
a11d46a

aphisit.t Claude Sonnet 4.6 commited on

fix: correct CMD syntax with backslash continuation; use curl for model download
45a9e51

aphisit.t commited on

fix: inline CMD to avoid BOM/CRLF; use hf instead of huggingface-cli
96a419b

aphisit.t commited on

fix: use bash to run start.sh to avoid exec format error
da88583

aphisit.t commited on

fix: use --index-url for pre-built llama-cpp-python CPU wheel
adf2605

aphisit.t commited on

fix: use pre-built llama-cpp-python CPU wheel to avoid compile timeout
7fbf902

aphisit.t commited on

fix: switch to llama-cpp-python server (ghcr image not found)
4ed00fa

aphisit.t commited on

Initial deploy: llama-server with guardrails_typhoon25_q4_k_m
8cb6394

aphisit.t commited on