CriusGroup/argilla-data-annotation
0
1FROM argilla/argilla-hf-spaces:v2.7.02 3# Copy the auth config section4COPY .oauth.yaml /home/argilla/5 6# Comment this line to disable annotation progress sharing feature7ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=18 9# Uncoment this line to remove the persistence storage warning10#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false11 