Dockerfile.req 137 B

1234567
  1. FROM fr_base
  2. COPY . .
  3. RUN pip install --no-cache-dir -r requirements.txt && \
  4. chmod +x *.sh && \
  5. python face_recognition_svm.py