igormorgado-cw commited on
Commit
bd7893e
·
verified ·
1 Parent(s): aa00bca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -8,3 +8,6 @@ ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
8
 
9
  # Uncoment this line to remove the persistence storage warning
10
  ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=true
 
 
 
 
8
 
9
  # Uncoment this line to remove the persistence storage warning
10
  ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=true
11
+
12
+ # Disable telemetry
13
+ ENV HF_HUB_DISABLE_TELEMETRY=1