You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't, the directory is still created as root:root on the host filesystem (if it doesn't exist beforehands)
I think -u only influences the execution uid/gid of the processes run in the container
Hi,
Thanks for this great project
There's just an issue in the instructions when using deepdetect with docker
if ~/models doesn't exist it gets created by docker as root:root and
dede
can't write to it (because it's executed as 1000:1000) which results inWorkarounds:
docker run -d -p 8080:8080 jolibrain/deepdetect_cpu
The best would be to have deepdetect_cpu's entrypoint to chown by itself
Cheers,
Pierre
The text was updated successfully, but these errors were encountered: