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.
- Ubuntu 18.04
- Python 3.6
- Opencv 4.8.0
- Numpy
Details:
- cuda version: 11.7.1
- cudnn version: 8.5
Base Images:
- Build: nvidia/cuda:11.7.1-cudnn8-devel-ubuntu18.04
- Runtime: nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu18.04
docker run -i -t --gpus=all federicolanzani/opencv-cuda bash
docker run -i -t --gpus=all federicolanzani/opencv-cuda bash