dusty-nv / jetson-containers

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

Link with host timezone #674

Closed tokk-nv closed 1 month ago

tokk-nv commented 1 month ago

Mount the following when docker run so that the container has the same timezone as the host.

-v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro \