From 0066059aa10ee011f98bb4ae080d6203daee3a49 Mon Sep 17 00:00:00 2001 From: Spencer chen <spenser0413@gmail.com> Date: Tue, 6 Aug 2019 11:24:34 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76d9f35..ba39ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ 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 \ No newline at end of file +RUN pip install -q tensorflow==2.0.0-beta1 +RUN apt-get install locate \ No newline at end of file -- GitLab