frascuchon commited on
Commit
300f12b
1 Parent(s): f1019c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM argilla/argilla-quickstart:v1.23.1
2
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
@@ -21,4 +21,7 @@ ENV OAUTH_ID=""
21
  #ENV ARGILLA_WORKSPACE="team"
22
  #
23
 
 
 
 
24
  CMD ["/bin/bash", "start_quickstart_argilla.sh"]
 
1
+ FROM argilla/argilla-quickstart:v1.25.0
2
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
 
21
  #ENV ARGILLA_WORKSPACE="team"
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"]