dvilasuero commited on
Commit
b9a8ceb
1 Parent(s): 06813ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -7
Dockerfile CHANGED
@@ -1,12 +1,9 @@
1
- FROM argilla/argilla-quickstart:v1.25.0
2
 
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"
@@ -22,6 +19,4 @@ ENV OAUTH_ID=""
22
  #
23
 
24
  # Uncomment the next line if a new version of Argilla requires a dataset search reindex.
25
- # ENV REINDEX_DATASETS=true
26
-
27
- CMD ["/bin/bash", "start_quickstart_argilla.sh"]
 
1
+ FROM argilla/argilla-quickstart:v1.27.0
2
 
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"
 
19
  #
20
 
21
  # Uncomment the next line if a new version of Argilla requires a dataset search reindex.
22
+ # ENV REINDEX_DATASETS=true