From dd70e10edfdfa27bb616a9ad440688f891e07544 Mon Sep 17 00:00:00 2001
From: Spencer chen <spenser0413@gmail.com>
Date: Wed, 31 Jul 2019 16:12:46 -0700
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index f0538bc..f27ea60 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM yoanlin/opencv-python3:latest
 RUN apt-get update
 RUN pip install --upgrade pip
-RUN pip install --upgrade tensorflow
+RUN pip install tensorflow==2.0.0-beta1 
 RUN pip install numpy scipy scikit-learn pillow h5py keras 
 RUN pip install --upgrade imutils 
 RUN pip install --upgrade scikit-learn
-- 
GitLab