白鹭先生 commited on
Commit
b83cc58
·
1 Parent(s): 795d0df
Files changed (2) hide show
  1. app.py +1 -2
  2. packages.txt +2 -1
app.py CHANGED
@@ -2,7 +2,7 @@
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
 
@@ -11,7 +11,6 @@ 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')
17
  from zipfile import ZipFile
 
2
  Author: Egrt
3
  Date: 2022-03-19 10:23:48
4
  LastEditors: Egrt
5
+ LastEditTime: 2022-03-20 15:10:57
6
  FilePath: \Luuu\app.py
7
  '''
8
 
 
11
  import os
12
 
13
  os.system('apt install libgl1-mesa-glx')
 
14
 
15
  os.system('pip install requirements.txt')
16
  from zipfile import ZipFile
packages.txt CHANGED
@@ -1 +1,2 @@
1
- python3-opencv
 
 
1
+ python3-opencv
2
+ python3-gdal