commit 01c27c885aeeada667de62d4f12335a68e97dd59 parent 376b718fa2d60e539f77f64fe7db76599c109149 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sat, 15 Oct 2016 12:08:11 +0200 Add TensorFlow Diffstat:
| M | Dockerfile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -2,8 +2,10 @@ FROM mtrnord/opencv:latest MAINTAINER MTRNord <info@nordgedanken.de> -RUN apt-get install -y cron git +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 WORKDIR PStreet CMD cron