Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Set a higher value for ARGILLA_SEARCH_ENGINE_PING_TIMEOUT environment variable
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -22,4 +22,7 @@ ENV OAUTH_ID=""
|
|
22 |
# ENV REINDEX_DATASETS=true
|
23 |
|
24 |
# (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
|
25 |
-
# ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
|
|
|
|
|
22 |
# ENV REINDEX_DATASETS=true
|
23 |
|
24 |
# (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
|
25 |
+
# ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
26 |
+
|
27 |
+
# (since: v2.0.0) Increasing the time waiting for ElasticSearch to be up and running (default is 60 seconds)
|
28 |
+
ENV ARGILLA_SEARCH_ENGINE_PING_TIMEOUT=120
|