dm_control
dm_control copied to clipboard
CentOS7 Cannot initialize a headless EGL display.
File "src/train.py", line 14, in
Is this due to the system?
I got it!
I can set the os.environ['MUJOCO_GL'] = 'glfw' ,but it's so slowly. Did there have other method to acclerate ?
Can you tell us what GPU is present on your system?
Can you tell us what GPU is present on your system?
NVIDIA A100
Hi @945716994, thanks for reaching out!
NVIDIA A100
Is it a server or workstation grade A100? Also, is it in Multi-Instance GPU (MIG) mode?
Hi @945716994, thanks for reaching out!
NVIDIA A100
Is it a server or workstation grade A100? Also, is it in Multi-Instance GPU (MIG) mode?
Hi @claudiofantacci ,is a server and not in MIG,we have four A100 on server.
Hi, @945716994 I also encountered this problem in ubuntu, how did you solve it later, can you tell me, thank you for your early reply.
I have the same problem, I was using my school's service featured with A100. And I found I cannot install the package egl
and osmesa
needed below.
sudo apt-get install libnvidia-gl-440-server
Because it's an LFS system, I cannot install any packages outside the module loading system.
Do you know how I can tackle this problem? I really appreciate any help you can provide.