From 0b37a8ed89c6b7ed3fcbb191661aa641b6b760bb Mon Sep 17 00:00:00 2001 From: Isaac Nealey <inealey@ucsd.edu> Date: Thu, 8 Aug 2019 14:14:58 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e929ccc..975783f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM tensorflow/tensorflow:latest-gpu-jupyter +FROM tensorflow/tensorflow:latest-py3 MAINTAINER Spencer Chen RUN pip install --upgrade pip RUN pip install -q tensorflow==2.0.0-beta1 +RUN pip install matplotlib -- GitLab