summaryrefslogtreecommitdiff
path: root/infra/scripts/docker_build_cross_arm_benchmark_model.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infra/scripts/docker_build_cross_arm_benchmark_model.sh')
-rwxr-xr-xinfra/scripts/docker_build_cross_arm_benchmark_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/scripts/docker_build_cross_arm_benchmark_model.sh b/infra/scripts/docker_build_cross_arm_benchmark_model.sh
index 9a511741d..f63edf118 100755
--- a/infra/scripts/docker_build_cross_arm_benchmark_model.sh
+++ b/infra/scripts/docker_build_cross_arm_benchmark_model.sh
@@ -43,7 +43,7 @@ pushd $ROOT_PATH > /dev/null
# TODO use command instead of makefile
export DOCKER_ENV_VARS
export DOCKER_VOLUMES
-CMD="export OPTIONS='-DBUILD_PURE_ARM_COMPUTE=ON -DBUILD_NEURUN=OFF -DBUILD_TFLITE_BENCHMARK_MODEL=ON -DBUILD_TFLITE_LOADER=OFF' && \
+CMD="export OPTIONS='-DBUILD_PURE_ARM_COMPUTE=ON -DBUILD_ONERT=OFF -DBUILD_TFLITE_BENCHMARK_MODEL=ON -DBUILD_TFLITE_LOADER=OFF' && \
cp -nv Makefile.template Makefile && \
make all install build_test_suite"
./nnfw docker-run bash -c "$CMD"