Spaces:
Running
Running
Commit
·
5a0426a
1
Parent(s):
7e2fc6c
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: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
|