Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
38ac23c
1
Parent(s):
53b88d9
Upgrade argilla version to 1.27.0
Browse filesThis new version of Argilla *should* hopefully resolve the OAuth sign-in issues people have encountered. It should work fine to upgrade in place but let me know if you run into any issues with this.
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# FROM argilla/argilla-quickstart:v1.25.0
|
2 |
-
FROM argilla/argilla-quickstart:v1.
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
# FROM argilla/argilla-quickstart:v1.25.0
|
2 |
+
FROM argilla/argilla-quickstart:v1.27.0
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|