Xfiles commited on
Commit
265d32d
1 Parent(s): d8a9b07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,5 +2,6 @@ FROM argilla/argilla-quickstart:v1.5.0
2
 
3
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
4
  ENV LOAD_DATASETS=full
 
5
 
6
  CMD whoami && /start_quickstart_argilla.sh
 
2
 
3
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
4
  ENV LOAD_DATASETS=full
5
+ ENV ARGILLA_ENABLE_TELEMETRY=0
6
 
7
  CMD whoami && /start_quickstart_argilla.sh