diff --git a/Dockerfile b/Dockerfile
index 34bebb871fa434f5e0668d7218d07331017856d6..e9065040b52130675e30bc9e6adc79f20850e30f 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