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 05a9ada5063472fa56be7b93a97603d20f75659d
parent 01c27c885aeeada667de62d4f12335a68e97dd59
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sat, 15 Oct 2016 13:21:42 +0200

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

diff --git a/Dockerfile b/Dockerfile @@ -6,6 +6,6 @@ RUN apt-get install -y cron git python-pip python-dev RUN git clone https://github.com/facebook/zstd.git && cd zstd && git checkout master && make && make install COPY scripts/ PStreet ENV TF_BINARY_URL https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc0-cp27-none-linux_x86_64.whl -sudo pip install --upgrade $TF_BINARY_URL +RUN pip install --upgrade $TF_BINARY_URL WORKDIR PStreet CMD cron