Skip to content

Commit 1098c0a

Browse files
author
dbickson
committed
fixing docker
1 parent 80fc1b2 commit 1098c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ RUN apt -y install software-properties-common
55
RUN add-apt-repository -y ppa:deadsnakes/ppa
66
RUN apt update
77
RUN apt -y install python3.8
8+
RUN apt -y install libopencv-dev libgl1 ffmpeg
89
RUN apt -y install python3-pip
910
RUN python3.8 -m pip install --upgrade pip
1011
RUN python3.8 -m pip install fastdup
12+

0 commit comments

Comments
 (0)