Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -124,4 +124,6 @@ FROM heartexlabs/label-studio:hf-latest
|
|
124 |
#
|
125 |
################################################################################
|
126 |
|
|
|
|
|
127 |
CMD exec label-studio --host=$SPACE_HOST
|
|
|
124 |
#
|
125 |
################################################################################
|
126 |
|
127 |
+
ENV DATA_STORAGE=1
|
128 |
+
|
129 |
CMD exec label-studio --host=$SPACE_HOST
|