Spaces:
Runtime error
Runtime error
configure logs
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
|
@@ -3,9 +3,14 @@ FROM argilla/argilla-quickstart:pr-4785
|
|
| 3 |
# Copy the auth config section
|
| 4 |
# COPY .oauth.yaml /home/argilla/
|
| 5 |
|
|
|
|
|
|
|
| 6 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
| 7 |
ENV OAUTH_ID=""
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
# Uncomment the next section to keep backward compatibility with previous versions
|
| 10 |
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
|
| 11 |
#ENV ADMIN_USERNAME="team"
|
|
|
|
| 3 |
# Copy the auth config section
|
| 4 |
# COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
+
COPY .log_config.yaml /home/argilla/
|
| 7 |
+
|
| 8 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
| 9 |
ENV OAUTH_ID=""
|
| 10 |
|
| 11 |
+
|
| 12 |
+
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
| 13 |
+
|
| 14 |
# Uncomment the next section to keep backward compatibility with previous versions
|
| 15 |
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
|
| 16 |
#ENV ADMIN_USERNAME="team"
|