https://github.com/feroult/docker-images
Custom docker images for development and testing
https://github.com/feroult/docker-images
Last synced: over 1 year ago
JSON representation
Custom docker images for development and testing
- Host: GitHub
- URL: https://github.com/feroult/docker-images
- Owner: feroult
- License: mit
- Created: 2016-04-11T16:28:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T00:55:25.000Z (about 10 years ago)
- Last Synced: 2025-02-01T12:09:45.974Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My respository of Docker images
Docker images for testing with basic of Computer Vision and Robotics
## Contents
* `opencv3`: a docker image with OpenCV 3.0 compiled from source with Python 3 enabled
## Building
Just use the build command of docker in the Dockerfile directory
`docker build -t .`