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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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