Spaces:
Sleeping
Sleeping
update to latest version
Browse fileslocal instance of argilla ran in my private spaces fine, the only difference I saw was the latest verison: https://github.com/argilla-io/argilla/tree/v1.15.0 released 5 days ago. maybe this fixes it?
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.15.0
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|