Trying omesa
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# <-- this must come first, before any mujoco / gym imports
|
| 2 |
import os
|
| 3 |
-
os.environ["MUJOCO_GL"] = "
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
import numpy as np
|
|
|
|
| 1 |
# <-- this must come first, before any mujoco / gym imports
|
| 2 |
import os
|
| 3 |
+
os.environ["MUJOCO_GL"] = "osmesa"
|
| 4 |
|
| 5 |
import gradio as gr
|
| 6 |
import numpy as np
|
apt.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libgl1-mesa-glx
|
| 2 |
+
libegl1-mesa
|
| 3 |
+
mesa-utils
|
| 4 |
+
libosmesa6
|