Closed SLTK1 closed 3 years ago
Same here.
My docker is OK but GPU dont support OPENGL
did u fix it?
My docker is OK but GPU doesn't support OpenGL
@SLTK1 Any updates?
Any updates?
Any updates?
try this? https://github.com/mmatl/pyrender/issues/247#issuecomment-1486423328
Firstly I tried my programme directly on a physical computer with NVIDIA GPU, it works.
Then I tried to use pyrender in docker with egl but I got this error, File 'xxx/pyrender/platforms/egl/py', line 83, in get_device_by_index raise ValueError('Invalid device ID ({})'.format(device_id, len(devices))) ValueError: Invalid device ID(0)
It seems that NVIDIA GPU cannot be found by opengl. but nvidia-smi can show the GPU information.