fjenett commited on
Commit
d60831c
·
1 Parent(s): f5bd0b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -1,7 +1,5 @@
1
  # FROM python:3.9
2
- FROM hdgigante/python-opencv
3
-
4
- RUN dnf -y install git
5
 
6
  # RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
7
 
@@ -10,7 +8,7 @@ RUN dnf -y install git
10
 
11
  # RUN apt-get update && apt-get install -y python3-opencv
12
 
13
- # RUN pip install opencv-python mediapipe
14
 
15
  RUN pip install Cython==0.29.36
16
 
 
1
  # FROM python:3.9
2
+ FROM spmallick/opencv-docker:opencv
 
 
3
 
4
  # RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
5
 
 
8
 
9
  # RUN apt-get update && apt-get install -y python3-opencv
10
 
11
+ RUN pip install opencv-python mediapipe
12
 
13
  RUN pip install Cython==0.29.36
14