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
{{ message }}
This repository was archived by the owner on May 31, 2021. It is now read-only.
Hi, i want to run opengl without x-server, and i find that our code is the python version of this link, https://developer.nvidia.com/blog/egl-eye-opengl-visualization-without-x-server/
But saddly that i can not run main.py in my server, the error message is as follows:
apt install libgl1-mesa-dri libegl1-mesa libgbm1
pip install pyopengl numpy
pip install wheel
All the command that referenced in the readme have been excuted.
the nvidia-smi info is as follows:
Do you have any suggestions?