白鹭先生 commited on
Commit
bc09c3a
·
1 Parent(s): ff63123
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,13 +2,15 @@
2
  Author: Egrt
3
  Date: 2022-03-19 10:23:48
4
  LastEditors: Egrt
5
- LastEditTime: 2022-03-20 14:48:21
6
  FilePath: \Luuu\app.py
7
  '''
8
 
9
  from gis import GIS
10
  import gradio as gr
11
  import os
 
 
12
  os.system('conda install gdal')
13
 
14
  os.system('pip install requirements.txt')
 
2
  Author: Egrt
3
  Date: 2022-03-19 10:23:48
4
  LastEditors: Egrt
5
+ LastEditTime: 2022-03-20 15:03:21
6
  FilePath: \Luuu\app.py
7
  '''
8
 
9
  from gis import GIS
10
  import gradio as gr
11
  import os
12
+
13
+ os.system('apt install libgl1-mesa-glx')
14
  os.system('conda install gdal')
15
 
16
  os.system('pip install requirements.txt')