From 68a14eea4e44cc93c4132ec0be9e203e1329b4c1 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Tue, 10 Oct 2023 23:05:33 +0900 Subject: [PATCH] add cv2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83ec051..eebc841 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,7 @@ RUN mamba install --quiet --yes \ 'numba' \ 'cython' \ 'matplotlib' \ - # 'jupyter-collaboration' \ + 'opencv-python-headless' \ 'pandas' \ 'scipy' \ 'scikit-image' \