Commit
•
1e31284
1
Parent(s):
5f2383f
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilladev/argilla-quickstart:pr-
|
2 |
#FROM argilla/argilla-quickstart:releases-v1.29.1
|
3 |
|
4 |
# Copy the auth config section
|
@@ -6,7 +6,7 @@ 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
|
|
|
1 |
+
FROM argilladev/argilla-quickstart:pr-5255
|
2 |
#FROM argilla/argilla-quickstart:releases-v1.29.1
|
3 |
|
4 |
# Copy the auth config section
|
|
|
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
|