Spaces:
Running
Running
Disable Share Your Progress
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM argilla/argilla-hf-spaces:v2.8.0
|
|
| 4 |
COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
# Comment this line to disable annotation progress sharing feature
|
| 7 |
-
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=0
|
| 8 |
|
| 9 |
# Uncoment this line to remove the persistence storage warning
|
| 10 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
|
| 4 |
COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
# Comment this line to disable annotation progress sharing feature
|
| 7 |
+
# ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=0
|
| 8 |
|
| 9 |
# Uncoment this line to remove the persistence storage warning
|
| 10 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|