From 2be7f1d35a8082ba23f4495b65a2c13ecba8a2db Mon Sep 17 00:00:00 2001 From: Spencer chen <spenser0413@gmail.com> Date: Mon, 5 Aug 2019 13:24:15 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ede30c..76d9f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM tensorflow/tensorflow:2.0.0a0-gpu-py3 RUN apt-get update -RUN apt-get nano +RUN apt-get install nano RUN pip install --upgrade pip RUN pip install numpy scipy scikit-learn pillow h5py keras RUN pip install --upgrade imutils -- GitLab