Skip to content

Commit

Permalink
cleaned up L4T container tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Nov 15, 2021
1 parent 4e1987d commit 88a9b54
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker/tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ if [ $L4T_RELEASE -eq 32 ]; then
elif [ $L4T_REVISION_MAJOR -eq 5 ]; then
if [ $L4T_REVISION_MINOR -eq 0 ]; then
CONTAINER_REMOTE_IMAGE="dustynv/$CONTAINER_IMAGE"
elif [ $L4T_REVISION_MINOR -eq 1 ]; 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
elif [ $L4T_REVISION_MINOR -eq 1 ] || [ $L4T_REVISION_MINOR -eq 2 ]; then
# L4T R32.5.1 / R32.5.2 runs the R32.5.0 container
CONTAINER_IMAGE="jetson-inference:r32.5.0"
CONTAINER_REMOTE_IMAGE="dustynv/$CONTAINER_IMAGE"
else
Expand Down

0 comments on commit 88a9b54

Please sign in to comment.