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
I'm trying to run MuJoCo which uses PyOpenGL as graphic backend in a headless docker container nvidia/cudagl:11.4.2-runtime-ubuntu20.04. I find with EGL in PyOpenGL, my GPU cannot be detected, i.e., eglQueryDevicesEXT returns a empty list.
However, my GPU is detectable with a simple code written with CPP (from here):
Hi, thank you for your repo!
I'm trying to run MuJoCo which uses PyOpenGL as graphic backend in a headless docker container nvidia/cudagl:11.4.2-runtime-ubuntu20.04. I find with EGL in PyOpenGL, my GPU cannot be detected, i.e.,
eglQueryDevicesEXT
returns a empty list.However, my GPU is detectable with a simple code written with CPP (from here):
Which prints
Detected 3 devices
. I looked into the dynamic library loaded by PyOpenGL but I find nothing unusual:Could you please help me with that? Thanks.
The text was updated successfully, but these errors were encountered: