Spaces:
Runtime error
Runtime error
pierreguillou
commited on
Commit
•
10f56d7
1
Parent(s):
7fc0744
Update Dockerfile
Browse files- Dockerfile +1 -1
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
|
|
|
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
|