Spaces:
Build error
Build error
bill-jiang
commited on
Commit
•
d9b87c4
1
Parent(s):
34539aa
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ os.environ['DISPLAY'] = ':0.0'
|
|
3 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
4 |
os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
|
5 |
os.system('pip install /home/user/app/pyrender')
|
|
|
6 |
# os.system('pip install triangle==20220202')
|
7 |
|
8 |
import gradio as gr
|
|
|
3 |
os.environ['PYOPENGL_PLATFORM'] = 'egl'
|
4 |
os.environ["MESA_GL_VERSION_OVERRIDE"] = "4.1"
|
5 |
os.system('pip install /home/user/app/pyrender')
|
6 |
+
os.system('pip install PyOpenGL-accelerate')
|
7 |
# os.system('pip install triangle==20220202')
|
8 |
|
9 |
import gradio as gr
|