From 1f488e3f09ebed6318dd989d230387e02b15e4fd Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Thu, 13 Feb 2020 17:40:43 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1eb13c2..34bebb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,8 +63,9 @@ RUN conda install -y python=${python_version} && \ theano \ mkdocs \ && \ - git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] && \ - pip install git+git://github.com/keras-team/keras.git && \ + git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] + # && \ + # pip install git+git://github.com/keras-team/keras.git && \ conda clean -yt #ADD theanorc /home/keras/.theanorc -- GitLab