Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:
|
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=all
|
8 |
ENV OAUTH_ID=""
|
9 |
|
10 |
# Uncomment the next section to keep backward compatibility with previous versions
|
|
|
1 |
+
FROM argilla/argilla-quickstart:pr-4785
|
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 OAUTH_ID=""
|
8 |
|
9 |
# Uncomment the next section to keep backward compatibility with previous versions
|