File size: 438 Bytes
238dde3
 
 
 
 
 
 
 
98e6a1d
 
678dbd0
238dde3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM argilla/argilla-hf-spaces:v2.8.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

# ENV ARGILLA_USERS_AUTO_CREATE_ON_FIRST_LOGIN=true
# ENV ARGILLA_AUTHENTICATION_MODE=oauth2

# Uncoment this line to remove the persistence storage warning
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false