Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -51,7 +51,7 @@ FROM heartexlabs/label-studio:hf-latest
|
|
51 |
# set the following variables:
|
52 |
#
|
53 |
# LABEL_STUDIO_BASE_DATA_DIR=/data
|
54 |
-
|
55 |
#
|
56 |
# Your space will restart. NOTE: if you have existing settings and data,
|
57 |
# they will be lost in this first restart. Data and setting will only be
|
|
|
51 |
# set the following variables:
|
52 |
#
|
53 |
# LABEL_STUDIO_BASE_DATA_DIR=/data
|
54 |
+
ENV STORAGE_PERSISTENCE=1
|
55 |
#
|
56 |
# Your space will restart. NOTE: if you have existing settings and data,
|
57 |
# they will be lost in this first restart. Data and setting will only be
|