Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Add new environment variable to disable spaces persistant storage warning
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,7 @@ ENV OAUTH_ID=""
|
|
| 19 |
#
|
| 20 |
|
| 21 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
| 22 |
-
# ENV REINDEX_DATASETS=true
|
|
|
|
|
|
|
|
|
|
|
|
| 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 persistant storage not enabled.
|
| 25 |
+
# ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTANT_STORAGE_WARNING=false
|