Spaces:
Runtime error
Runtime error
fix config log
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,8 @@ FROM argilla/argilla-quickstart:pr-4785
|
|
| 3 |
# Copy the auth config section
|
| 4 |
# COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
-
COPY
|
|
|
|
| 7 |
|
| 8 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
| 9 |
ENV OAUTH_ID=""
|
|
|
|
| 3 |
# Copy the auth config section
|
| 4 |
# COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
+
COPY log_config.yaml /home/argilla/
|
| 7 |
+
|
| 8 |
|
| 9 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
| 10 |
ENV OAUTH_ID=""
|