label-studio / Dockerfile
rwillh11's picture
Upload Dockerfile with huggingface_hub
0adf741 verified
raw
history blame contribute delete
402 Bytes
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"]