Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Changes for release 2.6.0
#41
by
jfcalvo
- opened
- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
FROM argilla/argilla-hf-spaces:v2.
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
|
|
|
|
|
|
6 |
# Uncoment this line to remove the persistence storage warning
|
7 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
1 |
+
FROM argilla/argilla-hf-spaces:v2.6.0
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
6 |
+
# Comment this line to disable annotation progress sharing feature
|
7 |
+
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=false
|