diff --git a/Dockerfile b/Dockerfile index 2f0785097a4f27a406f7a0de739cb603f8c5b424..4711af14dfafbee0c2db28eb593323932f49be5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,8 @@ FROM tensorflow/tensorflow:2.0.0a0-gpu-py3 MAINTAINER Spencer Chen -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 locate -y \ No newline at end of file