Spaces:
Runtime error
Runtime error
Working on enabling local storage
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -95,5 +95,7 @@ FROM heartexlabs/label-studio:hf-latest
|
|
95 |
#
|
96 |
#
|
97 |
################################################################################
|
|
|
|
|
98 |
|
99 |
-
CMD exec label-studio
|
|
|
95 |
#
|
96 |
#
|
97 |
################################################################################
|
98 |
+
ENV LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT=/data
|
99 |
+
RUN ls /
|
100 |
|
101 |
+
CMD exec label-studio --host=$SPACE_HOST
|