[go: nahoru, domu]

Skip to content

Commit

Permalink
updates for JetPack 5.1.2 / L4T R35.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 30, 2023
1 parent 3d0d0f8 commit 44c7661
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ source docker/tag.sh

if [ -z $BASE_IMAGE ]; then
if [ $ARCH = "aarch64" ]; then
if [ $L4T_VERSION = "35.2.1" ]; then
if [ $L4T_VERSION = "35.4.1" ]; then
BASE_IMAGE="dustynv/l4t-pytorch:r35.4.1"
elif [ $L4T_VERSION = "35.3.1" ]; then
BASE_IMAGE="dustynv/l4t-pytorch:r35.3.1"
elif [ $L4T_VERSION = "35.2.1" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r35.2.1-pth2.0-py3"
elif [ $L4T_VERSION = "35.1.0" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r35.1.0-pth1.12-py3"
Expand Down
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_TAG="r32.7.1"
fi
elif [ $L4T_RELEASE -eq 35 ]; then
if [ $L4T_REVISION_MAJOR -gt 3 ]; then
CONTAINER_TAG="r35.3.1"
if [ $L4T_REVISION_MAJOR -gt 4 ]; then
CONTAINER_TAG="r35.4.1"
fi
fi

Expand Down

0 comments on commit 44c7661

Please sign in to comment.