projectstreet-detection-docker

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

Dockerfile (440B)


      1 FROM mtrnord/opencv:latest
      2 
      3 MAINTAINER MTRNord <info@nordgedanken.de>
      4 
      5 RUN apt-get install -y cron git python-pip python-dev
      6 RUN git clone https://github.com/facebook/zstd.git && cd zstd && git checkout master && make && make install
      7 COPY scripts/ PStreet
      8 ENV TF_BINARY_URL https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl
      9 RUN pip install --upgrade $TF_BINARY_URL
     10 WORKDIR PStreet
     11 CMD cron