sheets / Dockerfile
frascuchon's picture
frascuchon HF Staff
Update Dockerfile
16970d5 verified
raw
history blame
438 Bytes
# Related PR https://github.com/argilla-io/argilla/pull/5467
FROM argilladev/argilla-hf-spaces:develop
# 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
CMD "/bin/bash -c 'echo $CREATOR_USER_ID'"