Spaces:
Sleeping
Sleeping
bikashpatra
commited on
Commit
•
327ed63
1
Parent(s):
88b349e
updated Dockerfile to use argilla/argilla-quickstart:v2.0.0rc2
Browse filesUpdated this as per the mentioned note [here](https://argilla-io.github.io/argilla/latest/getting_started/quickstart/)
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v2.0.0rc2
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|