Spaces:
Sleeping
Sleeping
Commit
·
f4096d8
1
Parent(s):
a93db3a
Update Dockerfile
Browse files- 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=
|
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 |
-
#
|
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="
|
112 |
-
# STORAGE_GCS_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 |
#
|