frascuchon HF staff commited on
Commit
08aeb06
1 Parent(s): 01dbba6

fix config log

Browse files
Files changed (1) hide show
  1. 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 .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=""
 
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=""