Skip to content

Commit

Permalink
Downgrade due to tensorflow/tensorflow#17411 on some cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsantos committed Apr 27, 2020
1 parent 2f3ba56 commit 616086a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# https://towardsdatascience.com/object-detection-with-10-lines-of-code-d6cb4d86f606
FROM tensorflow/tensorflow:1.15.2-py3
FROM tensorflow/tensorflow:1.15.0-py3

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion requirements.pip
@@ -1,4 +1,4 @@
tensorflow==1.15.2
tensorflow==1.15.0
Cython==0.29.16
contextlib2==0.6.0.post1
pillow==7.0.0
Expand Down

0 comments on commit 616086a

Please sign in to comment.