An open API service indexing awesome lists of open source software.

https://github.com/patrickhulce/docker-pythoncv

Ubuntu-based docker image setting up python with tensorflow, opencv, numpy, and matplotlib.
https://github.com/patrickhulce/docker-pythoncv

Last synced: about 1 year ago
JSON representation

Ubuntu-based docker image setting up python with tensorflow, opencv, numpy, and matplotlib.

Awesome Lists containing this project

README

          

# docker-pythoncv
[![Build Status](https://travis-ci.org/patrickhulce/docker-pythoncv.svg?branch=master)](https://travis-ci.org/patrickhulce/docker-pythoncv)

Ubuntu-based docker image setting up python with tensorflow, opencv, numpy, and matplotlib.

## Usage

```
FROM patrickhulce/pythoncv:latest

ENV TF_MODEL_DIR /var/lib/tensorflow
```