From 6134a9b86b439e33626d4c48cc69a9fa1b67cf20 Mon Sep 17 00:00:00 2001 From: Spencer chen <spenser0413@gmail.com> Date: Fri, 2 Aug 2019 12:34:36 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f64e64f..b290f60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ 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 \ No newline at end of file +RUN pip install --upgrade matplotlib +RUN pip install -q tensorflow==2.0.0-beta1 \ No newline at end of file -- GitLab