frascuchon HF staff commited on
Commit
514cfce
1 Parent(s): 3d61e77

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -1,10 +1,9 @@
1
- FROM argilla/argilla-quickstart:v1.27.0
2
 
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 LOAD_DATASETS=all
8
  ENV OAUTH_ID=""
9
 
10
  # Uncomment the next section to keep backward compatibility with previous versions
 
1
+ FROM argilla/argilla-quickstart:pr-4785
2
 
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