myclassunil commited on
Commit
2645505
1 Parent(s): 688a606

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -10,14 +10,14 @@ 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
- # 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
17
  # globally visible on a public space.
18
  #
19
- # LABEL_STUDIO_USERNAME
20
- # LABEL_STUDIO_PASSWORD
21
  #
22
  # You will need to provide new users with an invitation link to join the space.
23
  #
 
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
17
  # globally visible on a public space.
18
  #
19
+ LABEL_STUDIO_USERNAME
20
+ LABEL_STUDIO_PASSWORD
21
  #
22
  # You will need to provide new users with an invitation link to join the space.
23
  #