Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile to use argilla-quickstart v1.26.0 (#29)
Browse files- Update Dockerfile to use argilla-quickstart v1.26.0 (f257cf4c9fcac979ab54d22fb61f4bfa2931a65f)
- 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.26.0
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|