Skip to content

Commit 613fd78

Browse files
authored
Update Dockerfile
Add pip3 install opencv-python==4.1.2.30 if you want to run the live webcam examples
1 parent d34c622 commit 613fd78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,7 @@ RUN cd /root/face_recognition && \
4646
pip3 install -r requirements.txt && \
4747
python3 setup.py install
4848

49+
# Add pip3 install opencv-python==4.1.2.30 if you want to run the live webcam examples
50+
4951
CMD cd /root/face_recognition/examples && \
5052
python3 recognize_faces_in_pictures.py

0 commit comments

Comments
 (0)