llama.cpp
llama.cpp copied to clipboard
Eval bug: It is not possible to run docker image
Name and Version
Recent llama version from the master branch in docker.
Operating systems
Linux
GGML backends
CPU
Hardware
Any CPU
Models
Any model
Problem description & steps to reproduce
docker build \
--tag 'local/llama.cpp:light-cpu' \
--target 'light' \
--file '.devops/cpu.Dockerfile' \
--progress 'plain' \
'.'
docker run --rm 'local/llama.cpp:light-cpu' --version
First Bad Commit
No response
Relevant log output
/app/llama-cli: error while loading shared libraries: libllama.so.0: cannot open shared object file: No such file or directory