dusty-nv/jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 14th, 2026
Created on April 29th, 2020
Open Issues & Pull Requests: 202 (+0)
GitHub issues: Enabled
Number of forks: 852
Total Stargazers: 4,866 (+0)
Total Subscribers: 66 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.3 hours
Mean response time: 69.0 days
90th percentile: 151.3 days
Tracked items: 657

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 76% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 28% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 188
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 364 days
Stale 30+ days: 185
Stale 90+ days: 164

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (185)
  • question (77)
  • enhancement (44)

Most active issues this week

Detailed Description

jetson-containers is a modular container build system that packages AI and ML software for NVIDIA Jetson devices running JetPack-L4T.

The tool addresses the challenge of deploying machine learning workloads on resource-constrained edge devices by providing pre-configured Docker containers with optimized versions of popular frameworks and libraries. Rather than requiring developers to manually compile and configure dependencies for Jetson hardware, the system offers modular container definitions that can be combined and customized. This approach handles the complexity of cross-compilation and hardware-specific optimization, allowing developers to focus on their applications rather than environment setup.

The project suits teams building AI applications on Jetson edge devices who need reliable, reproducible environments without spending time on dependency management. It is particularly valuable for robotics projects, computer vision applications, and other machine learning workloads targeting Jetson hardware. The system provides access to standard ML packages including PyTorch, TensorFlow, scikit-learn, NumPy, and Pandas, all pre-optimized for Jetson's ARM-based architecture. Developers working with ROS or ROS 2 will find containers specifically configured for those ecosystems.

The project maintains active development with regular updates to container definitions and package versions. The codebase shows consistent refinement of the modular build system and expansion of available container configurations. Documentation and examples are actively maintained to reflect current best practices for Jetson deployment. The project demonstrates ongoing engagement with the Jetson developer community through responsive updates to support new JetPack releases and emerging ML frameworks.