You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): bundle llama-mtmd-cli shared libraries and register with ldconfig
The pre-built Ubuntu llama.cpp binaries are dynamically linked against
libllama.so, libmtmd.so, etc. shipped in the same release tarball. We
were extracting only the CLI binary, leaving the shared libs behind, which
caused "missing shared library" failures at runtime.
Fix: also extract all *.so* files into /usr/local/lib/llama/ in the minicpm
stage, COPY them into the runtime image, and register them via ldconfig.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments