Sign inSign up

dustynv/opencv

By dustynv

Updated over 1 year ago

https://github.com/dusty-nv/jetson-containers/packages/opencv

Image
0

6.8K

dustynv/opencv repository overview

opencv

CONTAINERS
opencv:4.8.1-builder
   Aliasesopencv:builder
   RequiresL4T ['==35.*']
   Dependenciesbuild-essential cuda cudnn python numpy
   DockerfileDockerfile
   Notesinstall or build OpenCV (with CUDA) from Jetson pip server
opencv:4.9.0
   RequiresL4T ['==36.*']
   Dependenciesbuild-essential cuda cudnn python numpy
   DockerfileDockerfile
   Notesinstall or build OpenCV (with CUDA) from Jetson pip server
opencv:4.9.0-builder
   RequiresL4T ['==36.*']
   Dependenciesbuild-essential cuda cudnn python numpy
   DockerfileDockerfile
   Notesinstall or build OpenCV (with CUDA) from Jetson pip server
opencv:4.5.0
   Aliasesopencv
   RequiresL4T ['==32.*']
   Dependenciesbuild-essential cuda cudnn python numpy
   DockerfileDockerfile
   Notesinstall or build OpenCV (with CUDA) from Jetson pip server
opencv:4.5.0-builder
   Aliasesopencv:builder
   RequiresL4T ['==32.*']
   Dependenciesbuild-essential cuda cudnn python numpy
   DockerfileDockerfile
   Notesinstall or build OpenCV (with CUDA) from Jetson pip server
CONTAINER IMAGES
Repository/TagDateArchSize
  dustynv/opencv:4.8.1-r36.2.02023-12-07arm645.1GB
  dustynv/opencv:r32.7.12023-12-06arm640.5GB
  dustynv/opencv:r35.2.12023-12-05arm645.0GB
  dustynv/opencv:r35.3.12023-08-29arm645.1GB
  dustynv/opencv:r35.4.12023-10-07arm645.0GB

Container images are compatible with other minor versions of JetPack/L4T:
    • L4T R32.7 containers can run on other versions of L4T R32.7 (JetPack 4.6+)
    • L4T R35.x containers can run on other versions of L4T R35.x (JetPack 5.1+)

RUN CONTAINER

To start the container, you can use jetson-containers run and autotag, or manually put together a docker run command:

# automatically pull or build a compatible container image
jetson-containers run $(autotag opencv)

# or explicitly specify one of the container images above
jetson-containers run dustynv/opencv:4.8.1-r36.2.0

# or if using 'docker run' (specify image and mounts/ect)
sudo docker run --runtime nvidia -it --rm --network=host dustynv/opencv:4.8.1-r36.2.0

jetson-containers run forwards arguments to docker run with some defaults added (like --runtime nvidia, mounts a /data cache, and detects 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.

To mount your own directories into the container, use the -v or --volume flags:

jetson-containers run -v /path/on/host:/path/in/container $(autotag opencv)

To launch the container running a command, as opposed to an interactive shell:

jetson-containers run $(autotag opencv) my_app --abc xyz

You can pass any options to it that you would to docker run, and it'll print out the full command that it constructs before executing it.

BUILD CONTAINER

If you use autotag as shown above, it'll ask to build the container for you if needed. To manually build it, first do the system setup, then run:

jetson-containers build opencv

The dependencies from above will be built into the container, and it'll be tested during. Run it with --help for build options.

Tag summary

Content type

Image

Digest

sha256:5cd5cac1f

Size

6.9 GB

Last updated

over 1 year ago

docker pull dustynv/opencv:4.11.0-amd64-cu128-24.04