Skip to content

lanzani/opencv-cuda-docker

Repository files navigation

cover.png

OpenCV with cuda enabled

You can find the image on docker hub.

If you need a docker image like this one but for NVIDIA jetson, this repo has a twin!

Feel free to open an issue if you are having some problems.

Nvidia ecosystem can be quite difficult, I know.

Note: This docker image should work with every compute capability available at 2023-12-02 here.

What's inside the image?

  • Ubuntu 18.04
  • Python 3.6
  • Opencv 4.8.0
  • Numpy

Details:

  • cuda version: 11.7.1
  • cudnn version: 8.5

Base Images:

Run

docker run -i -t --gpus=all federicolanzani/opencv-cuda bash

Install

Build

Commands

docker run -i -t --gpus=all federicolanzani/opencv-cuda bash