The ghcr.io llama.cpp image bakes in a HEALTHCHECK that curls port 8080 (the llama.cpp default). When the server runs on a different --port (here 8000), that check always fails and Docker reports the container as "unhealthy" even though it serves fine. Override the healthcheck in the docker run command to target the configured container_port/health_endpoint, with a 300s start-period so large-context model loads don't flap. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_actions.py | ||
| test_cli.py | ||
| test_config.py | ||
| test_docker_ops.py | ||
| test_http_ops.py | ||
| test_lock_ops.py | ||
| test_prompt_files.py | ||
| test_prompt_sources.py | ||
| test_prompt_urls.py | ||