Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker : Install curl in runtime layer in llama-server.Dockerfile #8693

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

bsquizz
Copy link
Contributor

@bsquizz bsquizz commented Jul 25, 2024

'curl' needs to be installed in the runtime layer in order for a docker health check to work in the basic server image

@github-actions github-actions bot added the devops improvements to build systems and github actions label Jul 25, 2024
@bsquizz bsquizz mentioned this pull request Jul 25, 2024
@ngxson
Copy link
Collaborator

ngxson commented Jul 25, 2024

Should we do the same for all llama-server-*.Dockerfile ?

image

@ngxson ngxson changed the title Install curl in runtime layer in llama-server.Dockerfile docker : Install curl in runtime layer in llama-server.Dockerfile Jul 25, 2024
@bsquizz
Copy link
Contributor Author

bsquizz commented Jul 31, 2024

curl is already installed in the others. In this one, a mistake was made where it is being installed in the first layer but is not present in the final layer.

@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label Aug 1, 2024
@ngxson ngxson merged commit 0d6fb52 into ggerganov:master Aug 4, 2024
7 checks passed
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants