File size: 915 Bytes
674dd4f
96aa438
 
552abd0
 
 
fe4ac47
f0d87ff
552abd0
 
 
 
 
 
 
 
 
 
 
 
 
 
96aa438
 
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
#FROM argilla/argilla-quickstart:v1.14.1
ARG ARGILLA_VERSION=v1.24.0
FROM argilla/argilla-quickstart:${ARGILLA_VERSION}


# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
ENV LOAD_DATASETS=none
ENV ARGILLA_ENABLE_TELEMETRY=0

# 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 scripts/start_quickstart_argilla.sh
CMD ["/bin/bash", "start_quickstart_argilla.sh"]