Spaces:
Sleeping
Sleeping
File size: 344 Bytes
e1c00a0 d47a112 ae2c91f 63c782e e1c00a0 8befff4 |
1 2 3 4 5 6 7 8 9 10 11 |
FROM argilla/argilla-hf-spaces:v2.6.0
# Copy the auth config section
COPY .oauth.yaml /home/argilla/
# Comment this line to disable annotation progress sharing feature
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
# Uncoment this line to remove the persistence storage warning
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|