Switch to custom built label-studio

I have a bug fix in to them for audio streaming
This commit is contained in:
Eli Ribble 2025-10-03 14:14:28 +00:00
parent 938b1863f4
commit e569fcd7d4

View file

@ -33,7 +33,8 @@ with lib;
extraOptions = [
"--userns=keep-id:uid=1001,gid=0"
];
image = "docker.io/heartexlabs/label-studio:1.21.0";
#image = "docker.io/heartexlabs/label-studio:1.21.0";
image = "docker.io/library/label-studio:custom";
ports = [ "127.0.0.1:10070:8080" ];
volumes = [
"/mnt/bigdisk/label-studio:/label-studio/data"