dusty-nv/jetson-containers is one of the AI-powered repositories TopGit tracks, currently at 4.8k stars, written primarily in Jupyter Notebook. Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
See the packages directory for the full list, including pre-built container images for JetPack/L4T.
Using the included tools, you can easily combine packages together for building your own containers. Want to run ROS2 with PyTorch and Transformers? No problem - just do the system setup, and build it on your Jetson:
There are shortcuts for running containers too - this will pull or build a l4t-pytorch image that's compatible:
$ jetson-containers run $(autotag l4t-pytorch)
jetson-containers run launches docker run with some added defaults (like --runtime nvidia, mounted /data cache and devices) autotag finds a container image that's compatible with your version of JetPack/L4T - either locally, pulled from a registry, or by building it.
If you look at any package's readme (like l4t-pytorch), it will have detailed instructions for running it.
Changing CUDA Versions
You can rebuild the container stack for different versions of CUDA by setting the CUDA_VERSION variable:
It will then go off and either pull or build all the dependencies needed, including PyTorch and other packages that would be time-consuming to compile. There is a Pip server that caches the wheels to accelerate builds. You can also request specific versions of cuDNN, TensorRT, Python, and PyTorch with similar environment variables like here.
Documentation
Package List
Package Definitions
System Setup
Building Containers
Running Containers
Check out the tutorials at the Jetson Generative AI Lab!
Getting Started
Refer to the System Setup page for tips about setting up your Docker daemon and memory/storage tuning.
# install the container tools
git clone https://github.com/dusty-nv/jetson-containers
bash jetson-containers/install.sh
# automatically pull & run any container
jetson-containers run $(autotag l4t-pytorch)
To also spin up a local devpi PyPI + APT caching server during install, pass --pypi:
sudo bash jetson-containers/install.sh --pypi
This launches a containerized devpi instance with per-architecture indexes (jp6, jp7, sbsa, amd64) and an nginx-based APT cache, so subsequent builds resolve wheels and packages locally instead of hitting the network.
Or you can manually run a container image of your choice without using the helper scripts above:
sudo docker run --runtime nvidia -it --rm --network=host dustynv/l4t-pytorch:r36.2.0
Looking for the old jetson-containers? See the legacy branch.
Only Tested and supported Jetpack 6.2 (Cuda 12.6) and JetPack 7 (CUDA 13.x).
[!NOTE]
Ubuntu 24.04 containers for JetPack 6 and JetPack 7 are now available (with CUDA support)
LSB_RELEASE=24.04 jetson-containers build pytorch:2.8jetson-containers run dustynv/pytorch:2.8-r36.4-cu128-24.04
ARM SBSA (Server Base System Architecture) is supported for GH200 / GB200.
To install CUDA 13.0 SBSA wheels for Python 3.12 / 24.04:
See the Ubuntu 24.04 section of the docs for details and a list of available containers 🤗
Thanks to all our contributors from Discord and AI community for their support 🤗
[!IMPORTANT]
Jetson Orin now receives ARM SBSA CUDA in CUDA 13.2 — Starting with CUDA 13.2, the same Arm SBSA CUDA Toolkit is supported on Jetson Orin devices, unifying the toolkit across server-class (GH200/GB200) and embedded (Orin) platforms. This requires JetPack 7.2 with CUDA driver R595 minimum.
Code Style
The project uses automated code formatting tools to maintain consistent code style. See Code Style Guide for details on:
Setting up formatting tools
Adding your package to formatting checks
Troubleshooting common issues
Troubleshooting
InvalidDefaultArgInFrom: Default value for ARG ${BASE_IMAGE} results in empty or invalid base image name
This may be caused by corrupted caches. Docker caches both image results and build downloads. Try these simple steps first:
How active is development on dusty-nv/jetson-containers?
The most recent commit recorded on dusty-nv/jetson-containers was 24 days ago, based on the GitHub push timestamp. The repository has 842 forks — one of the better signals of community interest.
How many stars does dusty-nv/jetson-containers have?
dusty-nv/jetson-containers has 4.8k GitHub stars — refresh the page for the live number, or check github.com/dusty-nv/jetson-containers. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
Is dusty-nv/jetson-containers open source?
TopGit's metadata for dusty-nv/jetson-containers does not record a license. Most public repositories on GitHub ARE open source, but the exact terms vary — verify by opening the LICENSE file directly.
What else is in the AI Tools space?
dusty-nv/jetson-containers is tracked by TopGit under the AI Tools category, alongside 13 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What is dusty-nv/jetson-containers?
dusty-nv/jetson-containers (dusty-nv/jetson-containers) is a Jupyter Notebook project on GitHub. From the project's own README: Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
What language is dusty-nv/jetson-containers written in?
dusty-nv/jetson-containers is written primarily in Jupyter Notebook. GitHub's language field is based on the largest share of bytes in the default branch.
Where do I read more about dusty-nv/jetson-containers?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/dusty-nv/jetson-containers is the definitive source.
Read full README in the tab above.
Want a second opinion on jetson-containers?
Ask an AI that can read this page — one click and you get its take on jetson-containers.