jfcalvo commited on
Commit
598f92f
1 Parent(s): cdd52dc

Add new environment variable to disable spaces persistant storage warning (#33)

Browse files

- Add new environment variable to disable spaces persistant storage warning (683ab3978ad2260e4df8d3a6b9c06f6daa5a8715)

Files changed (1) hide show
  1. 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