frascuchon commited on
Commit
cdd52dc
1 Parent(s): b2f9743

chore: Remove load dataset unused env vars

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -3,10 +3,7 @@ FROM argilla/argilla-quickstart:v1.27.0
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
6
- # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
7
- ENV LOAD_DATASETS=none
8
  ENV OAUTH_ID=""
9
-
10
  # Uncomment the next section to keep backward compatibility with previous versions
11
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
12
  #ENV ADMIN_USERNAME="team"
 
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"