Giter Site home page Giter Site logo

jetson-docker-opencv-cuda's Introduction

Jetson Docker OpenCV CUDA


  • Added support Jetpack 4.6
  • Build tested on Jetson Nano & Jetson Xavier

  • Set nvidia as default Docker runtime,
sudo nano /etc/docker/daemon.json
  • Change daemon.json to look like this,
{
    "runtimes": {
        "nvidia": {
            "path": "/usr/bin/nvidia-container-runtime",
            "runtimeArgs": []
         } 
    },
    "default-runtime": "nvidia" 
}
  • Restart Docker Service,
sudo systemctl restart docker



  • Clone repo :
cd ~
mkdir -p Github
cd Github
git clone https://github.com/Muhammad-Yunus/Jetson-Docker-OpenCV-CUDA.git
  • Build image,
cd Jetson-Docker-OpenCV-CUDA/docker
sudo chmod +x build.sh
./build.sh
  • Run Image using NVIDIA Container Runtime,
sudo docker run --rm --net=host --runtime nvidia  opencv-cuda:latest



  • Or, Pull image from Docker Hub :
docker pull yunusdev/jetson-opencv-cuda
  • Run Image using NVIDIA Container Runtime,
sudo docker run --rm --net=host --runtime nvidia  yunusdev/jetson-opencv-cuda:latest

Building on a different base container

By default, the build script builds on top of a container matching the version of Jetpack running on the host. To build with a specific base image instead, use:

./docker/build.sh --image <your base image>

For example, to build on the tensorflow-l4t container use a command like:

./docker/build.sh --image nvcr.io/nvidia/l4t-tensorflow:r32.7.1-tf2.7-py3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.