Sergio Madrid Farfan commited on
Commit
2c65606
1 Parent(s): 7953eed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM argilla/argilla-quickstart:v1.6.0
2
 
3
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
4
- ENV LOAD_DATASETS=single
5
 
6
  # Uncomment the next section to keep backward compatibility with previous versions
7
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image
 
1
  FROM argilla/argilla-quickstart:v1.6.0
2
 
3
  # Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
4
+ ENV LOAD_DATASETS=full
5
 
6
  # Uncomment the next section to keep backward compatibility with previous versions
7
  ## Following variables are used for backward compatibility with the previous security setup for the quickstart image