From e13ef9465382eb49d23f9713f973964bb495fe1d Mon Sep 17 00:00:00 2001 From: Moe Date: Sat, 6 Jun 2020 15:36:21 -0700 Subject: [PATCH] update tfjs version for face plugin --- plugins/face/INSTALL.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/face/INSTALL.sh b/plugins/face/INSTALL.sh index a4414708..e0591018 100644 --- a/plugins/face/INSTALL.sh +++ b/plugins/face/INSTALL.sh @@ -96,7 +96,8 @@ node $DIR/../../tools/modifyConfigurationForPlugin.js face key=$(head -c 64 < /d echo "-----------------------------------" echo "Updating Node Package Manager" sudo npm install npm -g --unsafe-perm -echo "-----------------------------------"echo "Getting node-gyp to build C++ modules" +echo "-----------------------------------" +echo "Getting node-gyp to build C++ modules" if [ ! -x "$(command -v node-gyp)" ]; then # Check if Ubuntu if [ -x "$(command -v apt)" ]; then @@ -126,7 +127,7 @@ if [ "$INSTALL_WITH_GPU" = "1" ]; then else echo "CPU version of tjfs : https://github.com/tensorflow/tfjs-node" fi -sudo npm install @tensorflow/tfjs-node$TFJS_SUFFIX@1.7.0 --unsafe-perm --force +sudo npm install @tensorflow/tfjs-node$TFJS_SUFFIX@1.7.3 --unsafe-perm --force if [ "$INSTALL_FOR_ARM" = "1" ]; then cd node_modules/@tensorflow/tfjs-node$TFJS_SUFFIX if [ "$INSTALL_FOR_ARM64" = "1" ]; then