Skip to content

Commit

Permalink
updated Docker build for L4T R32.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Oct 23, 2020
1 parent 10571ff commit 7ea5161
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ BASE_IMAGE=$1
source tools/l4t-version.sh

if [ -z $BASE_IMAGE ]; then
if [ $L4T_VERSION = "32.4.3" ]; then
if [ $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"
elif [ $L4T_VERSION = "32.4.2" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.4.2-pth1.5-py3"
Expand Down

0 comments on commit 7ea5161

Please sign in to comment.