Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile to use Argilla v1.26.1 (#30)
Browse files- Update Dockerfile to use Argilla v1.26.1 (895e9c0020999cc64cf04f3cf4875fed2da05994)
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.26.
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.26.1
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|