mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
updated tensorflow install in docker
This commit is contained in:
parent
9816b8f2bd
commit
5ffed14fe1
@ -28,10 +28,10 @@ COPY ./README.md /app/
|
|||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# if you plan to use a GPU, you should install the 'tensorflow-gpu' package
|
# if you plan to use a GPU, you should install the 'tensorflow-gpu' package
|
||||||
# RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org tensorflow-gpu
|
RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org tensorflow
|
||||||
|
|
||||||
# if you plan to use face anti-spoofing, then activate this line
|
# if you plan to use face anti-spoofing, then activate this line
|
||||||
# RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org torch==2.1.2
|
RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org torch==2.1.2
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# install deepface from pypi release (might be out-of-date)
|
# install deepface from pypi release (might be out-of-date)
|
||||||
# RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org deepface
|
# RUN pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org deepface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user