Skip to content

Commit

Permalink
docs: improve build steps comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkolon authored Nov 11, 2023
1 parent d750c2b commit 189d742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#base image
# base image
FROM python:3.8
LABEL org.opencontainers.image.source https://github.com/serengil/deepface

Expand Down Expand Up @@ -28,11 +28,11 @@ RUN apt-get update
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

# -----------------------------------
# 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
# -----------------------------------
# install deepface from source code (always up-to-date)
Expand Down

0 comments on commit 189d742

Please sign in to comment.