File size: 961 Bytes
b83250d
d81e3e9
7e9daa8
ceb2c5b
ba4dda7
ceb2c5b
08aeb06
 
ceb2c5b
 
 
01dbba6
 
ceb2c5b
 
 
 
 
 
 
 
 
 
 
 
 
 
500ea58
77c7cb9
6bd06f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#FROM argilladev/argilla-quickstart:pr-5275
FROM argilla/argilla-quickstart:releases-v1.29.1

# Copy the auth config section
COPY .oauth.yaml /home/argilla/

COPY log_config.yaml /home/argilla/

# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
ENV OAUTH_ID=""

ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml

# Uncomment the next section to keep backward compatibility with previous versions
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
#ENV ADMIN_USERNAME="team"
#ENV ADMIN_API_KEY="team.apikey"
## The password has a minimum length of 8. Passwords with lower lengths will fail.
#ENV ADMIN_PASSWORD=12345678
#
#ENV ANNOTATOR_USERNAME="argilla"
## The password has a minimum length of 8. Passwords with lower lengths will fail.
#ENV ANNOTATOR_PASSWORD=12345678
#
#ENV ARGILLA_WORKSPACE="team"
#

#CMD ["honcho", "start"]

# CMD ["printenv"]