From ba36fe1db61a527dab5d41add08676c3082a6f3e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 7 Apr 2017 20:32:32 +0200 Subject: update tensorflow to 1.1.0-rc1 --- Dockerfile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73bee58..9cf847d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tensorflow/tensorflow:1.0.1-py3 +FROM tensorflow/tensorflow:1.1.0-rc1-py3 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/requirements.txt b/requirements.txt index 30ba5f8..05a189a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ protobuf==3.2.0 pyparsing==2.2.0 six==1.10.0 SQLAlchemy==1.1.9 -tensorflow==1.0.1 +tensorflow==1.1.0rc1 +Werkzeug==0.12.1 -- cgit v1.3.1