stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

libgomp.so.1 missing in Docker

Open grigio opened this issue 1 year ago • 1 comments

it seems the Dockerfile for the cpu needs a dependency.. see https://github.com/fboulnois/llama-cpp-docker/issues/8

/sd: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory

grigio avatar Sep 05 '24 16:09 grigio

Also the GPU AIO AMD docker is missing this .so

ftrueck avatar Sep 11 '24 17:09 ftrueck

It has been fixed now.

leejet avatar Oct 28 '25 16:10 leejet