Skip to content

Eval bug: It is not possible to run docker image #17176

@andrew-aladev

Description

@andrew-aladev

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions