Skip to content

Commit 20070c2

Browse files
author
dbickson
committed
fixing docker file thanks to sergei
1 parent 1098c0a commit 20070c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ 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
8+
RUN apt -y install libopencv-dev libgl1
99
RUN apt -y install python3-pip
1010
RUN python3.8 -m pip install --upgrade pip
11-
RUN python3.8 -m pip install fastdup
12-
11+
RUN python3.8 -m pip install fastdup matplotlib matplotlib-inline torchvision pillow pyyaml

0 commit comments

Comments
 (0)