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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
On a system when UID is not 1000 (i.e. a second user was created and that account was used to run build), the build will fail.
Run docker/build.sh and you will get the following error
To workaround the problem, modify tools/model_downloader/model_downloader.sh so that user is root
$SOURCE_DIR/docker/run.sh --user
root
...The text was updated successfully, but these errors were encountered: