Spaces:
Running
Running
Commit
·
2859824
1
Parent(s):
45cb5d1
didn't set env properly
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ 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 |
-
ARGILLA_ENABLE_AUTH=
|
| 10 |
|
| 11 |
# Uncoment this line to remove the persistence storage warning
|
| 12 |
#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_ENABLE_AUTH=true
|
| 10 |
|
| 11 |
# Uncoment this line to remove the persistence storage warning
|
| 12 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|