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?