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 6f2e14a01964165cfab51c2b392a9bdeb997329c
parent eb41163a643917d21db9733533e728d4d4c448d6
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 21:56:54 +0200

Update Dockerfile
Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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