提交 b1ee778f 编写于 作者: A andyjpaddle

rm proxy

上级 12060d8a
......@@ -87,8 +87,7 @@ function func_serving(){
set_image_dir=$(func_set_params "${image_dir_key}" "${image_dir_value}")
python_list=(${python_list})
cd ${serving_dir_value}
unset https_proxy
unset http_proxy
# cpp serving
for gpu_id in ${gpu_value[*]}; do
if [ ${gpu_id} = "null" ]; then
......
......@@ -112,8 +112,7 @@ function func_serving(){
cd ${serving_dir_value}
python=${python_list[0]}
unset https_proxy
unset http_proxy
# python serving
for use_gpu in ${web_use_gpu_list[*]}; do
if [ ${use_gpu} = "null" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册