test
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ ENV ARGILLA_WORKSPACE="team"
|
|
19 |
#
|
20 |
|
21 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
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
|
|
|
19 |
#
|
20 |
|
21 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
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
|