Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Prepare release 2.1.0
#38
by
frascuchon
HF staff
- opened
- Dockerfile +1 -30
Dockerfile
CHANGED
@@ -1,36 +1,7 @@
|
|
1 |
-
FROM argilla/argilla-hf-spaces:v2.0
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
6 |
# Uncoment this line to remove the persistence storage warning
|
7 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
8 |
-
|
9 |
-
|
10 |
-
# ----------------------------------------------------------------------
|
11 |
-
# old
|
12 |
-
#FROM argilla/argilla-quickstart:v1.29.0
|
13 |
-
|
14 |
-
# Copy the auth config section
|
15 |
-
#COPY .oauth.yaml /home/argilla/
|
16 |
-
|
17 |
-
#ENV OAUTH_ID=""
|
18 |
-
# Uncomment the next section to keep backward compatibility with previous versions
|
19 |
-
## Following variables are used for backward compatibility with the previous security setup for the quickstart image
|
20 |
-
#ENV ADMIN_USERNAME="team"
|
21 |
-
#ENV ADMIN_API_KEY="team.apikey"
|
22 |
-
## The password has a minimum length of 8. Passwords with lower lengths will fail.
|
23 |
-
#ENV ADMIN_PASSWORD=12345678
|
24 |
-
#
|
25 |
-
#ENV ANNOTATOR_USERNAME="argilla"
|
26 |
-
## The password has a minimum length of 8. Passwords with lower lengths will fail.
|
27 |
-
#ENV ANNOTATOR_PASSWORD=12345678
|
28 |
-
#
|
29 |
-
#ENV ARGILLA_WORKSPACE="team"
|
30 |
-
#
|
31 |
-
|
32 |
-
# Uncomment the next line if a new version of Argilla requires a dataset search reindex.
|
33 |
-
# ENV REINDEX_DATASETS=true
|
34 |
-
|
35 |
-
# (since: v1.28.0) Uncomment the next line to force not showing warning message about Hugging Face Space persistent storage not enabled.
|
36 |
-
# ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
1 |
+
FROM argilla/argilla-hf-spaces:v2.1.0
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
5 |
|
6 |
# Uncoment this line to remove the persistence storage warning
|
7 |
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|