We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34c622 commit 613fd78Copy full SHA for 613fd78
Dockerfile
@@ -46,5 +46,7 @@ RUN cd /root/face_recognition && \
46
pip3 install -r requirements.txt && \
47
python3 setup.py install
48
49
+# Add pip3 install opencv-python==4.1.2.30 if you want to run the live webcam examples
50
+
51
CMD cd /root/face_recognition/examples && \
52
python3 recognize_faces_in_pictures.py
0 commit comments