public-demo / Dockerfile
JonnyTran's picture
Update Dockerfile
7da68a2 verified
raw
history blame contribute delete
241 Bytes
FROM extralitdev/extralit-hf-space:develop
# 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