Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -3,11 +3,9 @@ FROM argilladev/argilla-hf-spaces:pr-5596
|
|
3 |
|
4 |
COPY . /home/argilla/
|
5 |
|
6 |
-
|
7 |
-
|
8 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
9 |
|
10 |
-
ENV ARGILLA_DATABASE_SQLITE_TIMEOUT=
|
11 |
|
12 |
# Uncoment this line to remove the persistence storage warning
|
13 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
3 |
|
4 |
COPY . /home/argilla/
|
5 |
|
|
|
|
|
6 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
7 |
|
8 |
+
ENV ARGILLA_DATABASE_SQLITE_TIMEOUT=10
|
9 |
|
10 |
# Uncoment this line to remove the persistence storage warning
|
11 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|