From 363b7b344d68964e0f7c0f26abc9cc59d10a3a2d Mon Sep 17 00:00:00 2001 From: Byungheong Jeong <byungheon.jeong@gmail.com> Date: Tue, 12 Jan 2021 14:17:18 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bcd41cd..b8a33f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN conda install -y python=${python_version} && \ pip install --upgrade pip && \ pip install \ sklearn_pandas \ - opencv-python + opencv-python && \ conda install \ bcolz \ -- GitLab