From 8a2053563964a948abf9252e9226919d2de52b10 Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Wed, 28 Oct 2020 20:27:43 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5359ee1..bb79028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN conda install -y python=${python_version} && \ theano \ mkdocs \ -RUN git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] && \ +RUN git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] RUN conda clean -yt # pip install git+git://github.com/keras-team/keras.git && \ -- GitLab