Some worker can't find file "libEGL_nvidia.so.0"
I'm using 4090 for serverless, and randomly some of the workders start up without the libEGL file, as far as I can tell these library files come from nvidia-driver.
I guess is mounted into the container from the host machine, maybe a different version of the driver is causing this problem?
My program depends on this file so it fails when it encounters a workder without libEGL, so does anyone have any solution for this?
3 Replies
Does it happens all the time with that same endpoint?
Try to report from the contact button if this is an host server problem
Thanks for the reply, I've sent the email, the problem occurs on both pod and serverless, and randomly, it seems to only occur on containers with a low version or a certain version of the driver.
Ic, seems like a host problem