Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
# Related PR https://github.com/argilla-io/argilla/pull/5467
|
2 |
FROM argilladev/argilla-hf-spaces:releases-2.3.0
|
3 |
|
4 |
-
|
5 |
# Copy the auth config section
|
6 |
COPY .oauth.yaml /home/argilla/
|
7 |
|
@@ -9,6 +8,5 @@ COPY log_config.yaml /home/argilla/
|
|
9 |
|
10 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
11 |
|
12 |
-
|
13 |
# Uncoment this line to remove the persistence storage warning
|
14 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
1 |
# Related PR https://github.com/argilla-io/argilla/pull/5467
|
2 |
FROM argilladev/argilla-hf-spaces:releases-2.3.0
|
3 |
|
|
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
6 |
|
|
|
8 |
|
9 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
10 |
|
|
|
11 |
# Uncoment this line to remove the persistence storage warning
|
12 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|