From bd442552fbce6cae3c9a7aa1f2df766929367272 Mon Sep 17 00:00:00 2001 From: barrierye Date: Wed, 25 Mar 2020 20:49:12 +0800 Subject: [PATCH] test=serving --- tools/serving_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 5064e8e4..1b4f0ad0 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -146,7 +146,7 @@ function python_test_fit_a_line() { sleep 5 # wait for the server to start check_cmd "python test_client.py uci_housing_client/serving_client_conf.prototxt > /dev/null" kill_server_process - + # test web unsetproxy # maybe the proxy is used on iPipe, which makes web-test failed. check_cmd "python -m paddle_serving_server_gpu.serve --model uci_housing_model --port 9393 --thread 2 --gpu_ids 0 --name uci > /dev/null &" -- GitLab