ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.01k stars 13.45k forks source link

Shared My Dockerfile #1551

Open sunlongv587 opened 8 months ago

sunlongv587 commented 8 months ago

If use Docker deployemnt, and running on GPU, you can use this docker image:

FROM animcogn/face_recognition:gpu-latest

# Set the working directory

WORKDIR /app

ADD . /app

RUN pip install --no-cache-dir -r requirements.txt
# ....