Spaces:
Runtime error
Runtime error
JonnyTran
commited on
Commit
·
36b91a5
1
Parent(s):
66dcb92
debug
Browse files- Dockerfile +7 -8
Dockerfile
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
FROM argilla/argilla-quickstart:v1.28.0
|
| 3 |
|
| 4 |
# Copy the auth config section
|
| 5 |
COPY .oauth.yaml /home/argilla/
|
| 6 |
|
| 7 |
-
ENV OAUTH_ID=""
|
| 8 |
# Uncomment the next section to keep backward compatibility with previous versions
|
| 9 |
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
|
| 10 |
ENV ADMIN_USERNAME="team"
|
|
@@ -17,11 +16,11 @@ ENV ANNOTATOR_PASSWORD=12345678
|
|
| 17 |
ENV ARGILLA_WORKSPACE="team"
|
| 18 |
#
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
| 27 |
ENV REINDEX_DATASETS=false
|
|
|
|
| 1 |
+
FROM extralit/extralit-quickstart:main
|
|
|
|
| 2 |
|
| 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"
|
|
|
|
| 16 |
ENV ARGILLA_WORKSPACE="team"
|
| 17 |
#
|
| 18 |
|
| 19 |
+
ARG ARGILLA_DATABASE_URL=""
|
| 20 |
+
ARG S3_ENDPOINT=""
|
| 21 |
+
ARG S3_ACCESS_KEY=""
|
| 22 |
+
ARG S3_SECRET_KEY=""
|
| 23 |
+
ARG EXTRALIT_URL=""
|
| 24 |
|
| 25 |
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
| 26 |
ENV REINDEX_DATASETS=false
|