Skip to content

Commit

Permalink
Merge pull request #1374 from mone855/deepface-openshift
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
serengil authored Oct 22, 2024
2 parents e9eb482 + 2723352 commit 29eac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/serengil/deepface

# -----------------------------------
# create required folder
RUN mkdir /app
RUN mkdir -p /app && chown -R 1001:0 /app
RUN mkdir /app/deepface


Expand Down

0 comments on commit 29eac19

Please sign in to comment.