4paradigm / k8s-vgpu-scheduler

OpenAIOS vGPU device plugin for Kubernetes is originated from the OpenAIOS project to virtualize GPU device memory, in order to allow applications to access larger memory space than its physical capacity. It is designed for ease of use of extended device memory for AI workloads.
Apache License 2.0
489 stars 93 forks source link

undefined symbol:_dl_sym,version GLIBC_PRIVATE #30

Open larry-lu-lu opened 9 months ago

larry-lu-lu commented 9 months ago

when i build this plugin by the latest source code ,and deploy in my k8s cluster, the ML process of Using GPU occur the error "symbol lookup error:/usr/local/vpgu/libvgpu.so:undefined symbol:_dl_sym,version GLIBC_PRIVATE."

larry-lu-lu commented 9 months ago

I repo this problem after I upgrade the tensorflow to tensorflow/tensorflow:latest-gpu from tensorflow/tensorflow:2.5.0-gpu; and I had tried to update the libvgpu.so with the latest version, however, a new error occurred ,that is "unifield_lock locked, wait 1 second ..."