rwillh11 commited on
Commit
f1b4593
·
verified ·
1 Parent(s): 28d2d69

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
  FROM heartexlabs/label-studio:latest
2
- ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
3
  ENV LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true
4
  EXPOSE 7860
5
  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
  EXPOSE 7860
4
  CMD ["label-studio", "start", "--port", "7860", "--host", "0.0.0.0"]