Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanzani/opencv-cuda-docker
Docker with opencv with cuda support.
https://github.com/lanzani/opencv-cuda-docker
cuda docker nvidia-docker nvidia-gpu opencv opencv-cuda opencv-dnn
Last synced: about 12 hours ago
JSON representation
Docker with opencv with cuda support.
- Host: GitHub
- URL: https://github.com/lanzani/opencv-cuda-docker
- Owner: lanzani
- License: mit
- Created: 2023-11-30T14:31:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T01:13:18.000Z (about 1 year ago)
- Last Synced: 2024-12-14T10:21:21.259Z (about 2 months ago)
- Topics: cuda, docker, nvidia-docker, nvidia-gpu, opencv, opencv-cuda, opencv-dnn
- Language: Shell
- Homepage:
- Size: 66.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![cover.png](cover.png)
# OpenCV with cuda enabledYou can find the image on [docker hub](https://hub.docker.com/r/federicolanzani/opencv-cuda).
If you need a docker image like this one but for NVIDIA jetson, this repo has a [twin](https://github.com/lanzani/opencv-cuda-jetson-docker)!
> 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](https://developer.nvidia.com/cuda-gpus).
# 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:**
- Build: [nvidia/cuda:11.7.1-cudnn8-devel-ubuntu18.04](https://hub.docker.com/layers/nvidia/cuda/11.7.1-cudnn8-devel-ubuntu18.04/images/sha256-e135080e5e39091688102a7fef1e628183662505f02d1c71ddb9a62c0ec484c4?context=explore)
- Runtime: [nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu18.04](https://hub.docker.com/layers/nvidia/cuda/11.7.1-cudnn8-runtime-ubuntu18.04/images/sha256-f5b5bf07a188573621b49758e09daeee5e4f063fab1f2e945bd48a86e6dc28e3?context=explore)# Run
```bash
docker run -i -t --gpus=all federicolanzani/opencv-cuda bash
```# Install
# Build
# Commands
docker run -i -t --gpus=all federicolanzani/opencv-cuda bash