Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,5 +7,6 @@ ENV UVICORN_SEVER_HEADERS=1
|
|
7 |
# Copy the auth config section
|
8 |
COPY .oauth.yaml /home/argilla/
|
9 |
|
|
|
10 |
# Uncoment this line to remove the persistence storage warning
|
11 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
7 |
# Copy the auth config section
|
8 |
COPY .oauth.yaml /home/argilla/
|
9 |
|
10 |
+
|
11 |
# Uncoment this line to remove the persistence storage warning
|
12 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|