mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
docs: improve build steps comments
This commit is contained in:
parent
d750c2b28e
commit
189d742f7c
@ -28,11 +28,11 @@ RUN apt-get update
|
|||||||
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# if you will use gpu, then you should install 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-gpu
|
||||||
|
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# install deepface from pypi release (might be out-of-the-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
|
||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
# install deepface from source code (always up-to-date)
|
# install deepface from source code (always up-to-date)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user