nataliaElv commited on
Commit
9a4b75a
1 Parent(s): 5b3ed2a

Update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM argilla/argilla-quickstart:pr-4622
2
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
@@ -24,4 +24,7 @@ ENV OAUTH_ID=""
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:pr-69
2
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
 
24
  # Uncomment the next line if a new version of Argilla requires a dataset search reindex.
25
  # ENV REINDEX_DATASETS=true
26
 
27
+ # Disable telemetry for this space
28
+ ENV ARGILLA_ENABLE_TELEMETRY=0
29
+
30
  CMD ["/bin/bash", "start_quickstart_argilla.sh"]