HumbleWolf commited on
Commit
2daeafa
1 Parent(s): e1347d8

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ RUN pip3 install numpy
14
 
15
  RUN pip3 install opencv-python
16
 
 
 
17
  # Set the working directory to content
18
 
19
  COPY program ./program
 
14
 
15
  RUN pip3 install opencv-python
16
 
17
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
18
+
19
  # Set the working directory to content
20
 
21
  COPY program ./program