diff --git a/Dockerfile b/Dockerfile
index ed34c1eb2521b1e27ca435a044cbf3655bbf55ea..f0538bcb711686b5ed5f46e2ea31b77e34806359 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