5 Star 16 Fork 15

Gitee 极速下载/label-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/heartexlabs/label-studio
克隆/下载
app.json 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sergey Zhuk 提交于 2024-12-03 19:58 +08:00 . docs: fix app.json image link
{
"name": "Label Studio",
"description": "Multi-type data labeling, annotation and exploration tool",
"keywords": [
"data annotation",
"data labeling"
],
"website": "https://labelstud.io",
"repository": "https://github.com/HumanSignal/label-studio",
"logo": "https://raw.githubusercontent.com/HumanSignal/label-studio/refs/heads/develop/images/heartex_icon_opossum_green.svg",
"stack": "container",
"env": {
"DISABLE_SIGNUP_WITHOUT_LINK": {
"description": "Disable signup for users without invite link",
"value": "0",
"required": false
},
"USERNAME": {
"description": "Username(email) for default user",
"value": "",
"required": false
},
"PASSWORD": {
"description": "Password for default user",
"value": "",
"required": false
}
},
"build": {
"skip": true
},
"hooks": {
"prebuild": {
"commands": [
"docker build -f Dockerfile.cloudrun -t $IMAGE_URL ."
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/label-studio.git
git@gitee.com:mirrors/label-studio.git
mirrors
label-studio
label-studio
develop

搜索帮助