themehmi commited on
Commit
a2994eb
·
verified ·
1 Parent(s): 89bfc09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -54,6 +54,8 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel
54
 
55
  RUN pip install "face_recognition @ git+https://github.com/lovnishverma/face_recognition.git"
56
 
 
 
57
  # Copy requirements.txt first to leverage Docker's build cache
58
  COPY requirements.txt .
59
 
 
54
 
55
  RUN pip install "face_recognition @ git+https://github.com/lovnishverma/face_recognition.git"
56
 
57
+ RUN pip install git+https://github.com/ageitgey/face_recognition_models
58
+
59
  # Copy requirements.txt first to leverage Docker's build cache
60
  COPY requirements.txt .
61