sanjay7178 commited on
Commit
44a2c67
·
verified ·
1 Parent(s): d6cd69b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -15,8 +15,10 @@ RUN apt-get update && apt-get install -y \
15
 
16
  ENV OPENCV_VERSION="4.10.0"
17
 
18
- RUN apt-get -qq update \
19
- && apt-get -qq install -y --no-install-recommends \
 
 
20
  build-essential \
21
  cmake \
22
  git \
 
15
 
16
  ENV OPENCV_VERSION="4.10.0"
17
 
18
+ RUN apt-get update && apt-get install -y python3-opencv
19
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
20
+
21
+ RUN apt-get -qq install -y --no-install-recommends \
22
  build-essential \
23
  cmake \
24
  git \