We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc1b2 commit 1098c0aCopy full SHA for 1098c0a
Dockerfile
@@ -5,6 +5,8 @@ RUN apt -y install software-properties-common
5
RUN add-apt-repository -y ppa:deadsnakes/ppa
6
RUN apt update
7
RUN apt -y install python3.8
8
+RUN apt -y install libopencv-dev libgl1 ffmpeg
9
RUN apt -y install python3-pip
10
RUN python3.8 -m pip install --upgrade pip
11
RUN python3.8 -m pip install fastdup
12
+
0 commit comments