aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstandalone/src/main/assembly/run.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/standalone/src/main/assembly/run.sh b/standalone/src/main/assembly/run.sh
index ad7a946..7ed5207 100755
--- a/standalone/src/main/assembly/run.sh
+++ b/standalone/src/main/assembly/run.sh
@@ -21,6 +21,4 @@ cd /home/uuihome/uui/bert-master/ || exit
mkdir -p upload
nohup sh -c 'python -u api_squad_online.py 33011 2>&1 | tee online.log' | tee nohup.out &
nohup sh -c 'python -u api_squad_offline.py 33012 2>&1 | tee offline.log' | tee nohup.out &
-nohup sh -c 'python -u upload.py 33013 2>&1 | tee upload.log' | tee nohup.out &
-
-/usr/bin/tf_serving_entrypoint.sh
+python -u upload.py 33013 2>&1 | tee upload.log