Skip to content

override healthcheck in dockerfile#946

Merged
doringeman merged 1 commit into
docker:mainfrom
areebahmeddd:fix/docker-healthcheck
Jun 25, 2026
Merged

override healthcheck in dockerfile#946
doringeman merged 1 commit into
docker:mainfrom
areebahmeddd:fix/docker-healthcheck

Conversation

@areebahmeddd

Copy link
Copy Markdown
Contributor

inherit the correct port and /engines/status endpoint for all image variants

fixes #942

Signed-off-by: Areeb Ahmed <areebahmed0709@gmail.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request exposes the model runner port and adds a healthcheck command to the Dockerfile. However, a critical issue was identified where the healthcheck will fail in the final-llamacpp image variant because curl is not installed, which would mark the container as permanently unhealthy. To resolve this, curl must be installed in the llamacpp stage.

Comment thread Dockerfile
@doringeman
doringeman merged commit 763ab5d into docker:main Jun 25, 2026
6 of 7 checks passed
@areebahmeddd
areebahmeddd deleted the fix/docker-healthcheck branch June 25, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Healthcheck failing

4 participants