From b49f684d9a8bae596334c418ce0575f3a3831ee4 Mon Sep 17 00:00:00 2001
From: Spencer chen <spenser0413@gmail.com>
Date: Fri, 2 Aug 2019 12:16:57 -0700
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index f27ea60..f64e64f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,6 @@
-FROM yoanlin/opencv-python3:latest
+FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
 RUN apt-get update
 RUN pip install --upgrade pip
-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