Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|