From e569fcd7d4352ac640f2be39a788e8096534a581 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 3 Oct 2025 14:14:28 +0000 Subject: [PATCH] Switch to custom built label-studio I have a bug fix in to them for audio streaming --- modules/system/label-studio.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/label-studio.nix b/modules/system/label-studio.nix index 3763cc2..88c7fe7 100644 --- a/modules/system/label-studio.nix +++ b/modules/system/label-studio.nix @@ -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"