Skip to content

Commit

Permalink
updates for L4T R32.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Nov 11, 2021
1 parent 4da8f1e commit 4e1987d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ if [ $L4T_RELEASE -eq 32 ]; then
# L4T R32.5.1 runs the R32.5.0 container
CONTAINER_IMAGE="jetson-inference:r32.5.0"
CONTAINER_REMOTE_IMAGE="dustynv/$CONTAINER_IMAGE"
elif [ $L4T_REVISION_MINOR -eq 2 ]; then
# L4T R32.5.2 runs the R32.5.0 container
CONTAINER_IMAGE="jetson-inference:r32.5.0"
CONTAINER_REMOTE_IMAGE="dustynv/$CONTAINER_IMAGE"
else
CONTAINER_REMOTE_IMAGE="nvcr.io/ea-linux4tegra/$CONTAINER_IMAGE"
fi
Expand Down

0 comments on commit 4e1987d

Please sign in to comment.