projectstreet-detection-docker

Docker for detecting streets. (WIP)
git clone git://archive.git.mtrnord.blog/Nordgedanken/projectstreet-detection-docker.git
Log | Files | Refs | README

commit afc49b74eb065c20be861621f9bf73bed286df37
parent b66bd889a3f18e35aef019a2729bede66200ec83
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 20:54:47 +0200

Update Dockerfile
Diffstat:
MDockerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -2,5 +2,7 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> +RUN apt-get install -y cron + COPY scripts/ PStreet WORKDIR PStreet