stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
libgomp.so.1 missing in Docker
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
Also the GPU AIO AMD docker is missing this .so
It has been fixed now.