dusty-nv / jetson-containers

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

Generate unique container names in run.sh #648

Closed csvke closed 1 month ago

csvke commented 2 months ago

In case someone wants to run multiple containers, this PR generates a unique container name to avoid container name conflict in Docker.

TangmereCottage commented 1 month ago

Super useful! Thank you

johnnynunez commented 1 month ago

@dusty-nv

dusty-nv commented 1 month ago

Ah sorry for some reason didn't realize this was run.sh and that was already setting --name, thank you @csvke !