Commit
•
10a04c8
1
Parent(s):
de72af1
Bump argilla version to 1.27.0
Browse filesThis upgrade should address issues with the OAuth login sometimes failing. You may need to do a factory reset once the pull request is merged :)
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.27.0
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|