Skip to content

LucasG2000/opencv3-cuda-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker container with CUDA 9, OpenGL, and OpenCV3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 79.8%
  • Shell 20.2%