Spaces:
Running
Running
Commit
·
dbfc4a9
1
Parent(s):
5a0426a
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
FROM argilla/argilla-quickstart:
|
| 2 |
|
| 3 |
|
| 4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
| 5 |
-
ENV LOAD_DATASETS=
|
| 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
|