FROM argilla/argilla-hf-spaces:v2.8.0 COPY patch_argilla_ui_labels.py /tmp/patch_argilla_ui_labels.py RUN python /tmp/patch_argilla_ui_labels.py # 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 ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false # Uncoment this line to remove the persistence storage warning #ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false