Spaces:
Sleeping
Sleeping
Commit
·
a79387e
1
Parent(s):
ea3ced9
Update Dockerfile
Browse files- Dockerfile +5 -4
Dockerfile
CHANGED
@@ -108,10 +108,10 @@ ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
|
|
108 |
# Google Cloud Storage
|
109 |
# ====================
|
110 |
#
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
# GOOGLE_APPLICATION_CREDENTIALS="/opt/heartex/secrets/key.json"
|
116 |
#
|
117 |
# Azure Blob Storage
|
@@ -125,4 +125,5 @@ ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
|
|
125 |
#
|
126 |
################################################################################
|
127 |
|
|
|
128 |
CMD exec label-studio --host=$SPACE_HOST
|
|
|
108 |
# Google Cloud Storage
|
109 |
# ====================
|
110 |
#
|
111 |
+
STORAGE_TYPE=gcs
|
112 |
+
STORAGE_GCS_BUCKET_NAME="coe-imgs"
|
113 |
+
STORAGE_GCS_PROJECT_ID="int-mit-lung"
|
114 |
+
STORAGE_GCS_FOLDER="imgs_png"
|
115 |
# GOOGLE_APPLICATION_CREDENTIALS="/opt/heartex/secrets/key.json"
|
116 |
#
|
117 |
# Azure Blob Storage
|
|
|
125 |
#
|
126 |
################################################################################
|
127 |
|
128 |
+
CMD [ "python", "./creds.py"]
|
129 |
CMD exec label-studio --host=$SPACE_HOST
|