diff --git a/Dockerfile b/Dockerfile index 4711af14dfafbee0c2db28eb593323932f49be5b..e929ccc2c4b8c4b6483bd26a62c83938ba4040d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,4 @@ -FROM tensorflow/tensorflow:2.0.0a0-gpu-py3 +FROM tensorflow/tensorflow:latest-gpu-jupyter MAINTAINER Spencer Chen 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