Update Dockerfile
Browse files- Dockerfile +2 -10
Dockerfile
CHANGED
@@ -1,17 +1,9 @@
|
|
1 |
-
FROM argilladev/argilla-hf-spaces:
|
2 |
-
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
6 |
|
7 |
COPY log_config.yaml /home/argilla/
|
8 |
|
9 |
-
#ENV UVICORN_WORKERS=5
|
10 |
-
ENV UVICORN_LOOP=uvloop
|
11 |
-
ENV UVICORN_HTTP=httptools
|
12 |
-
ENV UVICORN_LIFESPAN=on
|
13 |
-
ENV UVICORN_BACKLOG=1024
|
14 |
-
ENV UVICORN_LIMIT_CONCURRENCY=2048
|
15 |
-
#ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
|
16 |
-
#ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
|
17 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
|
|
1 |
+
FROM argilladev/argilla-hf-spaces:develop
|
2 |
+
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
6 |
|
7 |
COPY log_config.yaml /home/argilla/
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|