Spaces:
Running
Running
Commit
·
8f17952
1
Parent(s):
1d19a0f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -50,7 +50,7 @@ ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
|
|
50 |
# By default, persistent storage is mounted to /data. In your Space settings,
|
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,
|
|
|
50 |
# By default, persistent storage is mounted to /data. In your Space settings,
|
51 |
# set the following variables:
|
52 |
#
|
53 |
+
ENV 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,
|