Spaces:
Running
on
Zero
Running
on
Zero
Update setup_environment.py
Browse files- setup_environment.py +1 -1
setup_environment.py
CHANGED
@@ -126,7 +126,7 @@ def initialize_environment():
|
|
126 |
check_stf_alternative_installed()
|
127 |
|
128 |
# stf-api-alternative에서 pip install . 실행
|
129 |
-
run_pip_install("
|
130 |
|
131 |
# # stf-api-tools에서 pip install . 실행
|
132 |
# run_pip_install("/home/user/app/stf/stf-api-tools")
|
|
|
126 |
check_stf_alternative_installed()
|
127 |
|
128 |
# stf-api-alternative에서 pip install . 실행
|
129 |
+
run_pip_install("/tmp/stf/stf-api-alternative")
|
130 |
|
131 |
# # stf-api-tools에서 pip install . 실행
|
132 |
# run_pip_install("/home/user/app/stf/stf-api-tools")
|