From a72cc916014c62ca99ea28ffc155581fe9496e79 Mon Sep 17 00:00:00 2001 From: Spencer chen <spenser0413@gmail.com> Date: Wed, 7 Aug 2019 13:32:32 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4711af1..e929ccc 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 -- GitLab