Spaces:
Runtime error
Runtime error
set secret
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,8 +16,8 @@ FROM heartexlabs/label-studio:hf-latest
|
|
16 |
# provided username and password. Do not set these in your Dockerfile, as they
|
17 |
# globally visible on a public space.
|
18 |
#
|
19 |
-
|
20 |
-
|
21 |
#
|
22 |
# You will need to provide new users with an invitation link to join the space.
|
23 |
#
|
|
|
16 |
# provided username and password. Do not set these in your Dockerfile, as they
|
17 |
# globally visible on a public space.
|
18 |
#
|
19 |
+
LABEL_STUDIO_USERNAME=test
|
20 |
+
LABEL_STUDIO_PASSWORD=test
|
21 |
#
|
22 |
# You will need to provide new users with an invitation link to join the space.
|
23 |
#
|