JonnyTran commited on
Commit
cde556c
·
1 Parent(s): 0763cc1

debug oauth

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM extralit/extralit-quickstart:main
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
6
- # ENV OAUTH_ID=""
7
  # Uncomment the next section to keep backward compatibility with previous versions
8
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
9
  ENV ADMIN_USERNAME="team"
@@ -15,6 +15,7 @@ ENV ANNOTATOR_PASSWORD=12345678
15
 
16
  ENV ARGILLA_WORKSPACE="team"
17
 
 
18
  ENV ARGILLA_DATABASE_URL=""
19
  ENV S3_ENDPOINT=""
20
  ENV S3_ACCESS_KEY=""
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
6
+ ENV OAUTH_ID=""
7
  # Uncomment the next section to keep backward compatibility with previous versions
8
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
9
  ENV ADMIN_USERNAME="team"
 
15
 
16
  ENV ARGILLA_WORKSPACE="team"
17
 
18
+ # Set the following variables as Secrets in your HuggingFace Space settings
19
  ENV ARGILLA_DATABASE_URL=""
20
  ENV S3_ENDPOINT=""
21
  ENV S3_ACCESS_KEY=""