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.
- Host: GitHub
- URL: https://github.com/patrickhulce/docker-pythoncv
- Owner: patrickhulce
- Created: 2016-11-06T18:29:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T04:56:10.000Z (over 9 years ago)
- Last Synced: 2024-10-19T00:47:37.222Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-pythoncv
[](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
```