[go: nahoru, domu]

Skip to content

Commit

Permalink
updates for JetPack 5.1.1 / L4T R35.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Apr 26, 2023
1 parent ea05dcb commit 234bb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ if [ $ARCH = "aarch64" ]; then
CONTAINER_IMAGE="jetson-inference:r32.7.1"
fi
elif [ $L4T_RELEASE -eq 35 ]; then
if [ $L4T_REVISION_MAJOR -gt 2 ]; then
CONTAINER_IMAGE="jetson-inference:r35.2.1"
if [ $L4T_REVISION_MAJOR -gt 3 ]; then
CONTAINER_IMAGE="jetson-inference:r35.3.1"
fi
fi

Expand Down

0 comments on commit 234bb3b

Please sign in to comment.