Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 9, 2021
2 parents f27cb53 + 5cacc8a commit 5601ec6
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.5.1" ]; then
if [ $L4T_VERSION = "32.6.1" ]; then
BASE_IMAGE="nvcr.io/nvidia/l4t-pytorch:r32.6.1-pth1.9-py3"
elif [ $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"
Expand Down

0 comments on commit 5601ec6

Please sign in to comment.