diff --git a/compile_serving.sh b/compile_serving.sh index 801326a08774b6c9ccc53a76c9fa65e2604ae620..9b6ec210c00b5173b0b286a017f5cda00a0f09d5 100644 --- a/compile_serving.sh +++ b/compile_serving.sh @@ -6,7 +6,7 @@ TENSORFLOW_DIR=$(pwd)/tensorflow DIST_DIR=$TF_SERVING_COMPILE_ROOT/download PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin -PATH=$BAZEL_PATH:$PATH +export PATH=$BAZEL_PATH:$PATH DIST_DIR="${DISTDIR:-$DIST_DIR}" BAZEL_COMPILE_CACHE=$TF_SERVING_COMPILE_ROOT/output