Spaces:
Runtime error
Runtime error
Update Dockerfile to use argilla-quickstart v1.26.0 (#2)
Browse files- Update Dockerfile to use argilla-quickstart v1.26.0 (bc0c693ab3ab9c3dbf1606239e019b9848f76970)
- 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/
|