frascuchon HF staff commited on
Commit
ad8080b
·
verified ·
1 Parent(s): c773e11

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -10
Dockerfile CHANGED
@@ -1,17 +1,9 @@
1
- FROM argilladev/argilla-hf-spaces:releases-2.0.0
2
- #FROM argilla/argilla-quickstart:releases-v1.29.1
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