Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,8 +6,8 @@ COPY .oauth.yaml /home/argilla/
|
|
6 |
# Comment this line to disable annotation progress sharing feature
|
7 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
|
8 |
|
9 |
-
ENV ARGILLA_USERS_AUTO_CREATE_ON_FIRST_LOGIN=true
|
10 |
-
ENV ARGILLA_AUTHENTICATION_MODE=oauth2
|
11 |
|
12 |
# Uncoment this line to remove the persistence storage warning
|
13 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
6 |
# Comment this line to disable annotation progress sharing feature
|
7 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
|
8 |
|
9 |
+
# ENV ARGILLA_USERS_AUTO_CREATE_ON_FIRST_LOGIN=true
|
10 |
+
# ENV ARGILLA_AUTHENTICATION_MODE=oauth2
|
11 |
|
12 |
# Uncoment this line to remove the persistence storage warning
|
13 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|