From d040df7dd542c246a93ec7f4472e4916e7e1940a Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Thu, 13 Feb 2020 17:43:32 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 34bebb8..e906504 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,10 +63,10 @@ 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] && \ conda clean -yt + # pip install git+git://github.com/keras-team/keras.git && \ + #ADD theanorc /home/keras/.theanorc -- GitLab