Spaces:
Runtime error
Runtime error
File size: 235 Bytes
f3daa8e |
1 2 3 4 5 6 7 8 |
FROM argilla/argilla-hf-spaces:v2.3.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
|