From 2961f83c12364d06c5c722caad559f0f8f634466 Mon Sep 17 00:00:00 2001 From: Isaac Nealey <inealey@ucsd.edu> Date: Thu, 8 Aug 2019 14:30:07 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 975783f..6c798c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM tensorflow/tensorflow:latest-py3 MAINTAINER Spencer Chen +RUN apt update && \ +apt install -y nano RUN pip install --upgrade pip -RUN pip install -q tensorflow==2.0.0-beta1 -RUN pip install matplotlib +RUN pip install tensorflow==2.0.0-beta1 && \ +pip install matplotlib && \ +pip install jupyter notebook \ No newline at end of file -- GitLab