From fb90320e5f1fabbb86adbee6ad15d415a410892a Mon Sep 17 00:00:00 2001
From: Spencer chen <spenser0413@gmail.com>
Date: Tue, 6 Aug 2019 15:15:19 -0700
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6c09eb3..2f07850 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,12 @@
 FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
 MAINTAINER Spencer Chen
-RUN apt-get -y update
-RUN apt-get install -y vim
+RUN apt-get install apt-utils -y
+RUN apt-get update -y
+RUN apt-get install vim -y
 RUN pip install --upgrade pip
 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
 RUN pip install -q tensorflow==2.0.0-beta1
-RUN apt-get install -y locate
\ No newline at end of file
+RUN apt-get install locate -y
\ No newline at end of file
-- 
GitLab