diff --git a/Dockerfile b/Dockerfile index 76d9f351a3ecfc6b6702bf63dd35348c1e35e012..ba39ee8a9fee9cd9ff079c469c276e8501d12c53 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