Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|