tensorflow plugin : get directory differently

mitchross-coral-installer-update
Moe Alam 2020-12-22 14:12:07 -08:00
parent bc6a95951f
commit 61ab0de2fc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [[ ! $(head -1 /etc/nv_tegra_release) =~ R32.*4\.[34] ]] ; then
fi
DIR=`dirname $0`
DIR="$(pwd)"
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."