Skip to content

aaalloc/jetson-nano-ros2-yolov8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jetson-nano-ros2-yolov8

Docker image for Nvidia Jetson Nano containing ROS2 Iron and Yolov8 (using the GPU)

What you will find here

A Dockerfile that builds a Docker image for Nvidia Jetson Nano containing

  • ROS2 Iron (with different dependencies that you can tweak in ros2_build.sh)
  • Python 3.8
  • Yolov8 (doing inferences on the GPU)

Why ?

Because dusty-nv/jetson-containers doesn't have a build solution for ROS2 Iron and having Yolov8 running on the GPU. Nvidia Jetson Nano is stucked with Jetpack 4.6, which is stuck with Ubuntu 18.04, there is then no possibility to have an according Yolov8 version working with GPU inferences.

Build

docker build --platform arm64 -t <your-registry> -f docker/Dockerfile.base .

Acknowledgment

About

Docker image for Nvidia Jetson Nano containing ROS2 Iron and Yolov8 that will use GPU and not CPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages