public-demo / Dockerfile
JonnyTran's picture
Update Dockerfile
440613e verified
raw
history blame
240 Bytes
FROM extralitdev/extralit-hf-space:latest
# Copy the auth config section
COPY .oauth.yaml /home/extralit/
# Uncoment this line to remove the persistence storage warning
ENV EXTRALIT_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false