diegokauer commited on
Commit
f4096d8
·
1 Parent(s): a93db3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
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
  #
@@ -108,8 +108,8 @@ FROM heartexlabs/label-studio:hf-latest
108
  # ====================
109
  #
110
  # STORAGE_TYPE=gcs
111
- # STORAGE_GCS_BUCKET_NAME="<YOUR_BUCKET_NAME>"
112
- # STORAGE_GCS_PROJECT_ID="<YOUR_PROJECT_ID>"
113
  # STORAGE_GCS_FOLDER=""
114
  # GOOGLE_APPLICATION_CREDENTIALS="/opt/heartex/secrets/key.json"
115
  #
 
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=false
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
20
+ # label-studio-int-coe
21
  #
22
  # You will need to provide new users with an invitation link to join the space.
23
  #
 
108
  # ====================
109
  #
110
  # STORAGE_TYPE=gcs
111
+ # STORAGE_GCS_BUCKET_NAME="coe-imgs"
112
+ # STORAGE_GCS_PROJECT_ID="int-mit-lung"
113
  # STORAGE_GCS_FOLDER=""
114
  # GOOGLE_APPLICATION_CREDENTIALS="/opt/heartex/secrets/key.json"
115
  #