├── LICENSE ├── README.md ├── example └── Dockerfile ├── runtime └── Dockerfile └── test.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denismakogon/gocv-alpine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denismakogon/gocv-alpine/HEAD/README.md -------------------------------------------------------------------------------- /example/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denismakogon/gocv-alpine/HEAD/example/Dockerfile -------------------------------------------------------------------------------- /runtime/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denismakogon/gocv-alpine/HEAD/runtime/Dockerfile -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/denismakogon/gocv-alpine/HEAD/test.sh --------------------------------------------------------------------------------