Spaces:
Running
Running
Commit
·
a2c061b
1
Parent(s):
61eee69
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ FROM heartexlabs/label-studio:hf-latest
|
|
10 |
# access to your space to only authorized users. Uncomment the following line
|
11 |
# to disable public account creation for this space.
|
12 |
#
|
13 |
-
|
14 |
#
|
15 |
# Set secrets in your space to create an inital user, and log in with your
|
16 |
# provided username and password. Do not set these in your Dockerfile, as they
|
@@ -80,7 +80,7 @@ FROM heartexlabs/label-studio:hf-latest
|
|
80 |
# Uncomment the following line or set the following Space variable to remove
|
81 |
# the warning about ephemeral storage
|
82 |
#
|
83 |
-
|
84 |
#
|
85 |
# Note that you will need to connect cloud storage to host data items that you
|
86 |
# want to annotate, as local storage will not be preserved across a space reset.
|
|
|
10 |
# access to your space to only authorized users. Uncomment the following line
|
11 |
# to disable public account creation for this space.
|
12 |
#
|
13 |
+
ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
|
14 |
#
|
15 |
# Set secrets in your space to create an inital user, and log in with your
|
16 |
# provided username and password. Do not set these in your Dockerfile, as they
|
|
|
80 |
# Uncomment the following line or set the following Space variable to remove
|
81 |
# the warning about ephemeral storage
|
82 |
#
|
83 |
+
ENV STORAGE_PERSISTENCE=1
|
84 |
#
|
85 |
# Note that you will need to connect cloud storage to host data items that you
|
86 |
# want to annotate, as local storage will not be preserved across a space reset.
|