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