rwillh11 commited on
Commit
0adf741
·
verified ·
1 Parent(s): f1b4593

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
  FROM heartexlabs/label-studio:latest
2
  ENV LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true
 
 
 
3
  EXPOSE 7860
4
  CMD ["label-studio", "start", "--port", "7860", "--host", "0.0.0.0"]
 
1
  FROM heartexlabs/label-studio:latest
2
  ENV LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true
3
+ ENV LABEL_STUDIO_HOST=https://rwillh11-label-studio.hf.space
4
+ ENV CSRF_TRUSTED_ORIGINS=https://rwillh11-label-studio.hf.space,https://*.hf.space
5
+ ENV DJANGO_CSRF_TRUSTED_ORIGINS=https://rwillh11-label-studio.hf.space,https://*.hf.space
6
  EXPOSE 7860
7
  CMD ["label-studio", "start", "--port", "7860", "--host", "0.0.0.0"]