Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 245 Bytes

opencv-3.4

Docker Image for OpenCV 3.4

This image contains OpenCV 3.4 for C++ and cppkafka.

Using with Docker Compose

version: '3.5'
services:
  service1:
      image: isabek/opencv-3.4
      stdin_open: true
      tty: true