Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 909 Bytes

opencv3-cuda-docker

Docker container with CUDA 9.0, OpenGL, and OpenCV 3.

Building

Build with:

./build.sh

That's it!

The build will take about 40 minutes on a reasonably fast PC (quad core or faster i7 or Ryzen).

You can also pull the docker image from Docker Hub:

docker pull tanmaniac/opencv3-cudagl

Running

  • Install nvidia-docker2 as described in the nvidia-docker docs. The container provided in this repo needs the nvidia Docker runtime to run.

Run with:

./run.sh

and you'll be dropped into an interactive session.