Samirit/dataannotation
0
1FROM argilla/argilla-quickstart:v1.12.02 3 4# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.5ENV LOAD_DATASETS=single6 7# Uncomment the next section to keep backward compatibility with previous versions8## Following variables are used for backward compatibility with the previous security setup for the quickstart image9#ENV ADMIN_USERNAME="team"10#ENV ADMIN_API_KEY="team.apikey"11## The password has a minimum length of 8. Passwords with lower lengths will fail.12#ENV ADMIN_PASSWORD=1234567813#14#ENV ANNOTATOR_USERNAME="argilla"15## The password has a minimum length of 8. Passwords with lower lengths will fail.16#ENV ANNOTATOR_PASSWORD=1234567817#18#ENV ARGILLA_WORKSPACE="team"19 20CMD /start_quickstart_argilla.sh21 