From e7dd0e30d3f7db8155bcf750ef0e42515fa40a2f Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Thu, 29 Oct 2020 01:14:18 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a06eb0c..005d11b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,8 @@ RUN conda install -y python=${python_version} && \ scikit-learn \ six \ theano \ - mkdocs + mkdocs \ + numpy=1.18 RUN git clone git://github.com/keras-team/keras.git /src && pip install -e /src[tests] RUN conda clean -yt -- GitLab