Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Paco Aranda
commited on
Commit
•
8082678
1
Parent(s):
57d90ef
Add .oauth.yaml file
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM argilla/argilla-quickstart:v1.22.0
|
2 |
|
|
|
|
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
5 |
ENV LOAD_DATASETS=none
|
|
|
1 |
FROM argilla/argilla-quickstart:v1.22.0
|
2 |
|
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
|