Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.
|
2 |
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
6 |
|
7 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
8 |
-
ENV LOAD_DATASETS=
|
9 |
ENV OAUTH_ID=""
|
10 |
|
11 |
# Uncomment the next section to keep backward compatibility with previous versions
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.24.0.rc5
|
2 |
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
6 |
|
7 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
8 |
+
ENV LOAD_DATASETS=all
|
9 |
ENV OAUTH_ID=""
|
10 |
|
11 |
# Uncomment the next section to keep backward compatibility with previous versions
|