fjenett commited on
Commit
b23c524
1 Parent(s): d60831c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ FROM spmallick/opencv-docker:opencv
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
 
 
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