diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 20:32:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-07 20:32:32 +0200 |
| commit | ba36fe1db61a527dab5d41add08676c3082a6f3e (patch) | |
| tree | 7ecf505d0e01e8ea26434c653faff85cafc5473d | |
| parent | 51cd65c30dd93f72625a85f3b352c262cc8b4005 (diff) | |
| download | analyzer-ba36fe1db61a527dab5d41add08676c3082a6f3e.tar.gz analyzer-ba36fe1db61a527dab5d41add08676c3082a6f3e.zip | |
update tensorflow to 1.1.0-rc1
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | requirements.txt | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 |
