Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -52,6 +52,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 52 |
# Upgrade pip, setuptools, and wheel
|
| 53 |
RUN pip install --no-cache-dir --upgrade pip setuptools wheel
|
| 54 |
|
|
|
|
|
|
|
| 55 |
# Copy requirements.txt first to leverage Docker's build cache
|
| 56 |
COPY requirements.txt .
|
| 57 |
|
|
|
|
| 52 |
# Upgrade pip, setuptools, and wheel
|
| 53 |
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 |
|