dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.36k stars 481 forks source link

add command line --build-arg functionality #582

Closed bigrobinson closed 3 months ago

bigrobinson commented 3 months ago

Added --build-args to argument parser to allow passing build arguments on command line when using 'jetson-containers build'.

dusty-nv commented 3 months ago

Sorry for the delay @bigrobinson, thanks for the nifty addition :+1:

I'm guessing this results in unused build-arg warnings or collisions since from the command-line these apply to all containers or build stages, but seems fine to have the option there available.