Skip to content

Bug: server-cuda Docker image failing as of 2 days ago - "error while loading shared libraries: libgomp.so.1: cannot open shared object file" #7774

@adamreis

Description

@adamreis

What happened?

System: Ubuntu 22.04, CUDA 12.5, Driver 555.42.02, Ryzen 7950x3D, RTX 4090

ghcr.io/ggerganov/llama.cpp:server-cuda--b1-a10cda5 is the last image that works as expected for me. server-cuda--b1-a5735e4 (2 days ago) and later all yield the following error:

docker compose up llama-cpp
[+] Running 1/0
⠋ Container quill-ops-llama-cpp-1 Recreated 0.0s
Attaching to llama-cpp-1
llama-cpp-1 | /server: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
llama-cpp-1 exited with code 127

Name and Version

ghcr.io/ggerganov/llama.cpp:server-cuda--b1-a5735e4; Ubuntu 22.04, CUDA 12.5, Driver 555.42.02, Ryzen 7950x3D, RTX 4090, libgomp installed on host, Nvidia docker runtime

What operating system are you seeing the problem on?

Linux

Relevant log output

> docker compose up llama-cpp
[+] Running 1/0
 ⠋ Container quill-ops-llama-cpp-1  Recreated                                                                                                          0.0s
Attaching to llama-cpp-1
llama-cpp-1  | /server: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory
llama-cpp-1 exited with code 127

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-unconfirmedmedium severityUsed to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions