Spaces:
Runtime error
Runtime error
File size: 402 Bytes
28d2d69 0adf741 28d2d69 | 1 2 3 4 5 6 7 8 | 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"]
|