sheets / Dockerfile
frascuchon's picture
frascuchon HF Staff
Update Dockerfile
cc52bf7 verified
raw
history blame
393 Bytes
# Related PR https://github.com/argilla-io/argilla/pull/5479
FROM argilladev/argilla-hf-spaces:pr-5479
# Copy the auth config section
COPY .oauth.yaml /home/argilla/
COPY log_config.yaml /home/argilla/
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
# Uncoment this line to remove the persistence storage warning
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false