gkemp181 commited on
Commit
a2f1013
·
1 Parent(s): 54eae45

Trying omesa

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. apt.txt +4 -0
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"] = "egl"
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