Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
·
858780b
1
Parent(s):
53b8c78
update
Browse files- app.py +6 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -28,7 +28,12 @@ def run_cmd(command):
|
|
| 28 |
print("Process interrupted")
|
| 29 |
sys.exit(1)
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
# run_cmd("pwd")
|
| 33 |
# run_cmd("ls")
|
| 34 |
# run_cmd("git submodule update --init --recursive")
|
|
|
|
| 28 |
print("Process interrupted")
|
| 29 |
sys.exit(1)
|
| 30 |
|
| 31 |
+
run_cmd("gcc --version")
|
| 32 |
+
run_cmd("pwd")
|
| 33 |
+
run_cmd("ls")
|
| 34 |
+
run_cmd("git submodule update --init --recursive")
|
| 35 |
+
run_cmd("python setup.py install --user")
|
| 36 |
+
run_cmd("pip list")
|
| 37 |
# run_cmd("pwd")
|
| 38 |
# run_cmd("ls")
|
| 39 |
# run_cmd("git submodule update --init --recursive")
|
requirements.txt
CHANGED
|
@@ -15,7 +15,6 @@ easydict
|
|
| 15 |
visdom
|
| 16 |
opencv-python==4.5.4.60
|
| 17 |
PyYAML>=5.3.1
|
| 18 |
-
diffvg==0.0.1
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
visdom
|
| 16 |
opencv-python==4.5.4.60
|
| 17 |
PyYAML>=5.3.1
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
|