frascuchon commited on
Commit
dbfc4a9
1 Parent(s): 5a0426a

Update Dockerfile

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