dusty-nv / jetson-containers

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

Add 'oled' package to support OLED display module device #333

Closed tokk-nv closed 9 months ago

tokk-nv commented 9 months ago

Enable users to plug an OLED display module like this to quickly check stats like IP address.

https://a.co/d/7iCWAA5

dusty-nv commented 9 months ago

@tokk-nv for the github token, instead of modifying many functionss, can you instead check for $GITHUB_TOKEN environment variable inside github_latest_commit()? os.environ.get('GITHUB_TOKEN')

tokk-nv commented 9 months ago

Thank you for your comment and suggestion on the GitHub token part. Yes, that totally makes sense. I closed the original PR, and filed the new one instead. https://github.com/dusty-nv/jetson-containers/pull/341 I will take care of this PR later.

tokk-nv commented 9 months ago

Filed this based on jp6 (https://github.com/dusty-nv/jetson-containers/pull/340), so closing this old PR.