From 3f51a0f28ad1d3b942fc875893e0686140421578 Mon Sep 17 00:00:00 2001
From: Spencer chen <spenser0413@gmail.com>
Date: Wed, 31 Jul 2019 14:35:14 -0700
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ed34c1e..f0538bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1 +1,8 @@
-FROM yoanlin/opencv-python3:latest
\ No newline at end of file
+FROM yoanlin/opencv-python3:latest
+RUN apt-get update
+RUN pip install --upgrade pip
+RUN pip install --upgrade tensorflow
+RUN pip install numpy scipy scikit-learn pillow h5py keras 
+RUN pip install --upgrade imutils 
+RUN pip install --upgrade scikit-learn
+RUN pip install --upgrade matplotlib
\ No newline at end of file
-- 
GitLab