From 3160b66f7c435dc553d6c7fca6f3c23cce22fccc Mon Sep 17 00:00:00 2001 From: Leon Liu Date: Wed, 28 Dec 2016 22:39:47 -0800 Subject: [PATCH] update tensorflow package version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b918a73..932d450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \ RUN npm install webpack -g -RUN pip install -U https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl && \ +RUN pip install -U https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0-cp27-none-linux_x86_64.whl && \ pip install magenta ipython COPY ./server/requirements.txt /tmp/