frascuchon HF staff commited on
Commit
ed34b1c
1 Parent(s): 7aef9ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
- FROM argilla/argilla-quickstart:v1.23.1
2
 
3
 
4
  # Copy the auth config section
5
  COPY .oauth.yaml /home/argilla/
6
 
7
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
8
- ENV LOAD_DATASETS=none
9
  ENV OAUTH_ID=""
10
 
11
  # Uncomment the next section to keep backward compatibility with previous versions
 
1
+ FROM argilla/argilla-quickstart:v1.24.0.rc5
2
 
3
 
4
  # Copy the auth config section
5
  COPY .oauth.yaml /home/argilla/
6
 
7
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
8
+ ENV LOAD_DATASETS=all
9
  ENV OAUTH_ID=""
10
 
11
  # Uncomment the next section to keep backward compatibility with previous versions