diff options
author | zhaoyh6 <zhaoyh6@asiainfo.com> | 2021-09-23 11:06:57 +0800 |
---|---|---|
committer | zhaoyh6 <zhaoyh6@asiainfo.com> | 2021-09-23 11:07:08 +0800 |
commit | 698bd185b568e159999649b8270166feb47fcb43 (patch) | |
tree | 416dd1ac4f42c7b4fd001d731c05be488f02ba50 /standalone/src/main | |
parent | 280d97f0572158e1520d6c5ae3ce2fe2afe8b70d (diff) |
feat:Add file transfer functionistanbul
Issue-ID: USECASEUI-605
Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com>
Change-Id: Ic5429e61c394e2a430fdc5ffc75b2b5fb4744bed
Diffstat (limited to 'standalone/src/main')
-rwxr-xr-x | standalone/src/main/assembly/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/run.sh b/standalone/src/main/assembly/run.sh index ec7fc66..6ec5f75 100755 --- a/standalone/src/main/assembly/run.sh +++ b/standalone/src/main/assembly/run.sh @@ -27,5 +27,6 @@ cd /home/run/bert-master/ nohup python -u api_squad_online.py 33011 > online.log 2>&1 & nohup python -u api_squad_offline.py 33012 > offline.log 2>&1 & +nohup python -u upload.py 33013 > upload.log 2>&1 & /usr/bin/tf_serving_entrypoint.sh |