Skip to content

Commit

Permalink
Add JP_VERSION to install_jetson.sh script (#226)
Browse files Browse the repository at this point in the history
Add the missing JP_VERSION variable used in line 37
  • Loading branch information
Techievena authored Nov 25, 2021
1 parent 8f59591 commit a185b78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_jetson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ L4T_VERSION=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core | cut
if dpkg --compare-versions $L4T_VERSION ge 32.6; then
TF_VERSION=1.15.5
NV_VERSION=21.6
JP_VERSION=46
elif dpkg --compare-versions $L4T_VERSION ge 32.5; then
TF_VERSION=1.15.4
NV_VERSION=20.12
JP_VERSION=45
elif dpkg --compare-versions $L4T_VERSION ge 32.4; then
TF_VERSION=1.15.2
NV_VERSION=20.4
JP_VERSION=44
else
echo "Error: unsupported L4T version $L4T_VERSION"
exit 1
Expand Down

0 comments on commit a185b78

Please sign in to comment.