Configure space with the progress-sharing feature

#1
by frascuchon HF staff - opened
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,7 +1,10 @@
1
- FROM argilla/argilla-hf-spaces:v2.5.0
 
2
 
3
  # Copy the auth config section
4
  COPY .oauth.yaml /home/argilla/
5
 
6
  # Uncoment this line to remove the persistence storage warning
7
  #ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
 
 
 
1
+ #FROM argilla/argilla-hf-spaces:v2.5.0
2
+ FROM argilladev/argilla-hf-spaces:pr-5727
3
 
4
  # Copy the auth config section
5
  COPY .oauth.yaml /home/argilla/
6
 
7
  # Uncoment this line to remove the persistence storage warning
8
  #ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
9
+ ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=true
10
+