runtime error
Exit code: 1. Reason: ./deploy/docker-entrypoint.sh: Looking for init scripts in /label-studio/deploy/docker-entrypoint.d/app-docker/ ./deploy/docker-entrypoint.sh: Launching /label-studio/deploy/docker-entrypoint.d/app-docker/05-check-data-permissions.sh => Checking data directory permissions: /label-studio/data ERROR: Data directory is not writable: /label-studio/data ----------------------------------------------------- Current user: UID = 1000 GID = 0 Directory owner and permissions: drwxr-xr-x 2 1001 root 6 Mar 11 13:25 /label-studio/data To resolve this issue: - On the Docker host, ensure the user running the container has write access to the mount volume. - If you are mounting a host directory as -v mydata:/label-studio/data: rm -rf mydata mkdir -p mydata sudo chown :0 mydata Refer to the documentation for more details: https://labelstud.io/guide/install_troubleshoot.html#File-permissions-for-non-root-user
Container logs:
Fetching error logs...