File size: 467 Bytes
5d3981c
fc1567e
6e25b23
d6cb44f
 
 
ae2c91f
 
63c782e
8befff4
 
8969bbf
 
17d3c6e
c94e131
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FROM argilla/argilla-hf-spaces:v2.4.0
FROM argilladev/argilla-hf-spaces:pr-5744

ENV UVICORN_PROXY_HEADERS=1
ENV UVICORN_SEVER_HEADERS=1

# Copy the auth config section
COPY .oauth.yaml /home/argilla/

# Uncoment this line to remove the persistence storage warning
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false

# Comment this line or change to false to disable the "Share your progress" feature
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=true