Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- 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"]
|