mirror of
https://github.com/serengil/deepface.git
synced 2025-06-02 09:30:06 +00:00
Update Dockerfile
mkdir permission related changes for openshit
This commit is contained in:
parent
e9eb4829fc
commit
2723352507
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user