mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
commit
b50f073487
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@ -0,0 +1,13 @@
|
||||
FROM python:3.8
|
||||
|
||||
LABEL org.opencontainers.image.source https://github.com/serengil/deepface
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
||||
|
||||
RUN pip install .
|
||||
|
||||
CMD ["deepface", "--help"]
|
Loading…
x
Reference in New Issue
Block a user