Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
ec98f58
1
Parent(s):
7050f40
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM argilla/argilla-quickstart:v1.22.0
|
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
5 |
ENV LOAD_DATASETS=none
|
|
|
6 |
|
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
|
@@ -16,6 +17,6 @@ ENV LOAD_DATASETS=none
|
|
16 |
#ENV ANNOTATOR_PASSWORD=12345678
|
17 |
#
|
18 |
#ENV ARGILLA_WORKSPACE="team"
|
19 |
-
#
|
20 |
|
21 |
CMD ["/bin/bash", "start_quickstart_argilla.sh"]
|
|
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
5 |
ENV LOAD_DATASETS=none
|
6 |
+
ENV OAUTH_ID=""
|
7 |
|
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
|
|
|
17 |
#ENV ANNOTATOR_PASSWORD=12345678
|
18 |
#
|
19 |
#ENV ARGILLA_WORKSPACE="team"
|
20 |
+
#
|
21 |
|
22 |
CMD ["/bin/bash", "start_quickstart_argilla.sh"]
|