Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -6
Dockerfile
CHANGED
@@ -3,10 +3,7 @@ FROM argilla/argilla-quickstart:v1.27.0
|
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
6 |
-
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
7 |
-
ENV LOAD_DATASETS=none
|
8 |
ENV OAUTH_ID=""
|
9 |
-
|
10 |
# Uncomment the next section to keep backward compatibility with previous versions
|
11 |
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
|
12 |
#ENV ADMIN_USERNAME="team"
|
@@ -22,6 +19,4 @@ ENV OAUTH_ID=""
|
|
22 |
#
|
23 |
|
24 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
25 |
-
# ENV REINDEX_DATASETS=true
|
26 |
-
|
27 |
-
CMD ["/bin/bash", "start_quickstart_argilla.sh"]
|
|
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
|
|
|
|
6 |
ENV OAUTH_ID=""
|
|
|
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
|
9 |
#ENV ADMIN_USERNAME="team"
|
|
|
19 |
#
|
20 |
|
21 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
22 |
+
# ENV REINDEX_DATASETS=true
|
|
|
|