JonnyTran commited on
Commit
2e517a2
·
1 Parent(s): eec4222

chore: Update Dockerfile to use extralit-quickstart image and add start command

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -21,4 +21,6 @@ ENV ARGILLA_WORKSPACE="team"
21
  ENV REINDEX_DATASETS=true
22
 
23
  # (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
24
- ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
 
 
 
21
  ENV REINDEX_DATASETS=true
22
 
23
  # (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
24
+ ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
25
+
26
+ CMD ["/bin/bash", "start_quickstart_argilla.sh"]