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 1098c0a commit 20070c2Copy full SHA for 20070c2
Dockerfile
@@ -5,8 +5,7 @@ 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
+RUN apt -y install libopencv-dev libgl1
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
-
+RUN python3.8 -m pip install fastdup matplotlib matplotlib-inline torchvision pillow pyyaml
0 commit comments