Spaces:
Sleeping
Sleeping
| FROM heartexlabs/label-studio:latest | |
| ENV LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true | |
| ENV LABEL_STUDIO_HOST=https://rwillh11-label-studio.hf.space | |
| ENV CSRF_TRUSTED_ORIGINS=https://rwillh11-label-studio.hf.space,https://*.hf.space | |
| ENV DJANGO_CSRF_TRUSTED_ORIGINS=https://rwillh11-label-studio.hf.space,https://*.hf.space | |
| EXPOSE 7860 | |
| CMD ["label-studio", "start", "--port", "7860", "--host", "0.0.0.0"] | |