Skip to content

Commit

Permalink
updates for L4T R32.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Mar 3, 2021
1 parent 49bf543 commit 35f896c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ BASE_IMAGE=$1
source tools/l4t-version.sh

if [ -z $BASE_IMAGE ]; then
if [ $L4T_VERSION = "32.4.4" ]; then
if [ $L4T_VERSION = "32.5.1" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.6-py3"
elif [ $L4T_VERSION = "32.5.0" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.5.0-pth1.6-py3"
elif [ $L4T_VERSION = "32.4.4" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.4.4-pth1.6-py3"
elif [ $L4T_VERSION = "32.4.3" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.4.3-pth1.6-py3"
Expand Down

0 comments on commit 35f896c

Please sign in to comment.