From d1a127ac75930cd337ea67ba5a9a3e5f94eb4f1f Mon Sep 17 00:00:00 2001 From: Moe Alam Date: Tue, 22 Dec 2020 11:08:12 -0800 Subject: [PATCH] Update INSTALL-2-3-0.sh --- plugins/tensorflow/INSTALL-2-3-0.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/tensorflow/INSTALL-2-3-0.sh b/plugins/tensorflow/INSTALL-2-3-0.sh index 31e7d8bd..ca4622bb 100644 --- a/plugins/tensorflow/INSTALL-2-3-0.sh +++ b/plugins/tensorflow/INSTALL-2-3-0.sh @@ -1,5 +1,7 @@ #!/bin/bash DIR=`dirname $0` +echo "Replacing package.json for tfjs 2.3.0..." +wget -O $DIR/package.json https://cdn.shinobi.video/binaries/tensorflow/2.3.0/package.json echo "ARM CPU Installation is currently NOT supported! Jetson Nano with GPU enabled is currently only supported." echo "Removing existing Tensorflow Node.js modules..." npm uninstall @tensorflow/tfjs-node-gpu --unsafe-perm