argilla / Dockerfile
frascuchon's picture
frascuchon HF staff
Update Dockerfile
c90cf80 verified
raw
history blame contribute delete
433 Bytes
FROM argilladev/argilla-hf-spaces:releases-2.7.1
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