dvilasuero HF staff commited on
Commit
91ba2d6
1 Parent(s): 8c150e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM argilladev/argilla-hf-spaces:pr-5313
5
  # Copy the auth config section
6
  COPY .oauth.yaml /home/argilla/
7
 
8
- COPY log_config.yaml /home/argilla/
9
 
10
  #ENV UVICORN_WORKERS=5
11
  ENV UVICORN_LOOP=uvloop
@@ -15,7 +15,7 @@ ENV UVICORN_BACKLOG=1024
15
  ENV UVICORN_LIMIT_CONCURRENCY=2048
16
  #ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
17
  #ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
18
- ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
19
 
20
 
21
  # old
 
5
  # Copy the auth config section
6
  COPY .oauth.yaml /home/argilla/
7
 
8
+ #COPY log_config.yaml /home/argilla/
9
 
10
  #ENV UVICORN_WORKERS=5
11
  ENV UVICORN_LOOP=uvloop
 
15
  ENV UVICORN_LIMIT_CONCURRENCY=2048
16
  #ENV UVICORN_TIMEOUT_KEEP_ALIVE=1
17
  #ENV UVICORN_TIMEOUT_GRACEFUL_SHUTDOWN=5
18
+ #ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
19
 
20
 
21
  # old