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 eb41163a643917d21db9733533e728d4d4c448d6
parent 1ce71a6c50834ccf1ea46dca1ec2416a4009b59e
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Thu,  6 Oct 2016 21:48:23 +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 urllib +RUN apt-get install -y cron && pip install urllib2 COPY scripts/ PStreet WORKDIR PStreet