vtwo commited on
Commit
8fdbb7d
1 Parent(s): 0770998

update to latest version

Browse files

local 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?

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM argilla/argilla-quickstart:v1.13.0
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.