Spaces:
Running
Running
JonnyTran
commited on
Commit
•
a959bc1
1
Parent(s):
36b91a5
debug
Browse files- Dockerfile +8 -8
Dockerfile
CHANGED
@@ -14,18 +14,18 @@ ENV ANNOTATOR_USERNAME="argilla"
|
|
14 |
ENV ANNOTATOR_PASSWORD=12345678
|
15 |
|
16 |
ENV ARGILLA_WORKSPACE="team"
|
17 |
-
#
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
|
25 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
26 |
-
ENV REINDEX_DATASETS=
|
|
|
27 |
|
28 |
# (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
|
29 |
ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
30 |
|
31 |
-
|
|
|
14 |
ENV ANNOTATOR_PASSWORD=12345678
|
15 |
|
16 |
ENV ARGILLA_WORKSPACE="team"
|
|
|
17 |
|
18 |
+
ENV ARGILLA_DATABASE_URL=""
|
19 |
+
ENV S3_ENDPOINT=""
|
20 |
+
ENV S3_ACCESS_KEY=""
|
21 |
+
ENV S3_SECRET_KEY=""
|
22 |
+
ENV EXTRALIT_URL=""
|
23 |
|
24 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
25 |
+
ENV REINDEX_DATASETS=true
|
26 |
+
ENV ARGILLA_ENABLE_TELEMETRY=0
|
27 |
|
28 |
# (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
|
29 |
ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
30 |
|
31 |
+
CMD ["/bin/bash", "start_quickstart_argilla.sh"]
|