Open MattKitmanLabs opened 4 days ago
I had the same problem when using thrust
with Ruby 3.3.6 and Alpine 3.20 docker image.
It seems to be related to musl, as ldd
reports that __vfprintf_chk
and __fprintf_chk
symbols weren't found.
I added the gcompat
package to my Dockerfile to fix this problem, as it provides a compatibility layer between glibc and musl.
Another way to resolve this problem is to use the Bookworm image instead of Alpine.
Since updating to 0.1.9 we seem to be getting an issue on boot:
The Docker image is an Alpine Linux Ruby 3.1.6
If I access the container I can see the following: