Switch to custom built label-studio
I have a bug fix in to them for audio streaming
This commit is contained in:
parent
938b1863f4
commit
e569fcd7d4
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue