From bae9ccc6c90b210be6c96bdcb5582a5ac11230ae Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Nov 2023 11:30:50 +0800 Subject: [PATCH] Update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2f7aa92..61f8447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04 RUN apt-get update && \ apt-get install --no-install-recommends -y python3 python3-pip python3-virtualenv && \ + apt-get install --no-install-recommends -y libopencv-dev python3-opencv && \ rm -rf /var/lib/apt/lists/* ENV VIRTUAL_ENV=/opt/venv