You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I tried to deploy my own Docker image, following error occurs:
/bin/bash: symbol lookup error: /kubeshare/library/libgemhook.so.1: undefined symbol: __libc_dlopen_mode, version GLIBC_PRIVATE
Not sure if this information helps but my base image is nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04 and I am compiling OpenCV for object detection using GPU. The image works fine when using the default-schduler.
Any suggestions on this issue? Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
I have installed KubeShare to my K8s cluster, tested with a simple pod specification.
The result is positive.
However, when I tried to deploy my own Docker image, following error occurs:
Not sure if this information helps but my base image is
nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
and I am compiling OpenCV for object detection using GPU. The image works fine when using thedefault-schduler
.Any suggestions on this issue? Thank you!
The text was updated successfully, but these errors were encountered: