Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
e792874
1
Parent(s):
1c3c0d9
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ run_cmd("gcc --version")
|
|
140 |
run_cmd("pwd")
|
141 |
run_cmd("ls")
|
142 |
run_cmd("git submodule update --init --recursive")
|
143 |
-
run_cmd("python setup.py install")
|
144 |
run_cmd("ls")
|
145 |
|
146 |
|
|
|
140 |
run_cmd("pwd")
|
141 |
run_cmd("ls")
|
142 |
run_cmd("git submodule update --init --recursive")
|
143 |
+
run_cmd("python setup.py install --user")
|
144 |
run_cmd("ls")
|
145 |
|
146 |
|