label studio

8 months ago

Description: Label Studio (Label Data for ML & AI Training) Self Host [Oct ’25]

Category: Other

URL: https://railway.com/deploy/label-studio

4 Replies

Anonymous
PRO

8 months ago

Deployed this template and i t's crashing with following error

=> Hostname correctly is set to: https://label-studio-staging.up.railway.app

=> Database and media directory: /label-studio/data

=> Static URL is set to: /static/

Traceback (most recent call last):

File "/label-studio/.venv/bin/label-studio", line 3, in

from label_studio.server import main

File "/label-studio/label_studio/server.py", line 23, in

from label_studio.core.argparser import parse_input_args

File "/label-studio/label_studio/core/argparser.py", line 5, in

from .settings.base import EXPORT_DIR

File "/label-studio/label_studio/core/settings/base.py", line 479, in

os.makedirs(MEDIA_ROOT, exist_ok=True)

~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "", line 228, in makedirs

PermissionError: [Errno 13] Permission denied: '/label-studio/data/media'


8 months ago

Let me check and get back.


8 months ago

I have fixed the template, there were some permission issues. Thanks for letting me know :)


Anonymous
PRO

8 months ago

Thanks, that worked. I was able to install successfully and restrict the signups with the flag.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...