Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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=
|
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=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
|