The cause is attempting to write to a directory that is not writable due to permissions. Setting the following environment variable would resolve this.
LABEL_STUDIO_BASE_DATA_DIR=/tmp/label-studio
Any directory with write permissions will work.
The cause is attempting to write to a directory that is not writable due to permissions. Setting the following environment variable would resolve this.
LABEL_STUDIO_BASE_DATA_DIR=/tmp/label-studio
Any directory with write permissions will work.