From 50cdcc943bdaf0b039f8f2b5e14be933b4030365 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Wed, 15 Apr 2020 15:06:44 +0800 Subject: [PATCH] add install requirements --- tools/serving_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 5934cbca..e4bf6ece 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -18,6 +18,7 @@ function init() { export PYTHONROOT=/usr cd Serving export SERVING_WORKDIR=$PWD + $PYTHONROOT/bin/python -m pip install -r python/requirements.txt } function check_cmd() { -- GitLab