From 8d5fc435cdfc2a3b05971da4bfb09a0a0798b70d Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Tue, 12 Jan 2021 11:28:27 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 575d6ca..258aab3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x # Install Python packages and keras -ARG python_version=3.7 +ARG python_version=3.6 RUN conda config --append channels conda-forge RUN conda install -y python=${python_version} && \ -- GitLab