Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -9,4 +9,6 @@ COPY .oauth.yaml /home/argilla/
|
|
9 |
|
10 |
# Uncoment this line to remove the persistence storage warning
|
11 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
|
|
12 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=true
|
|
|
9 |
|
10 |
# Uncoment this line to remove the persistence storage warning
|
11 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
12 |
+
|
13 |
+
# Comment this line or change to false to disable the "Share your progress" feature
|
14 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=true
|