Skip to content

Commit

Permalink
Merge branch 'main' into motioneye
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus authored Aug 17, 2023
2 parents 3c01b37 + fbb9101 commit 1aa6d5e
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Apps/Cloudflared/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cloudflared
services:
cloudflared:
image: wisdomsky/casaos-cloudflared:2023.7.3
image: wisdomsky/cloudflared-web:2023.7.3
restart: unless-stopped
network_mode: host
x-casaos:
Expand Down
2 changes: 1 addition & 1 deletion Apps/Databag/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: databag
services:
databag:
image: balzack/databag:0.1.6
image: balzack/databag:0.1.7
restart: unless-stopped
x-casaos:
volumes:
Expand Down
55 changes: 55 additions & 0 deletions Apps/LabelStudio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: label-studio
services:
label-studio:
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: heartexlabs/label-studio:1.8.1
deploy:
resources:
reservations:
memory: 256M
network_mode: bridge
ports:
- target: 8080
published: "3080"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppID/data
target: /label-studio/data
x-casaos:
envs:
- container: TZ
description:
en_us: "timezone"
zh_cn: "时区"
ports:
- container: "3080"
description:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP 端口
x-casaos:
architectures:
- amd64
- arm64
main: label-studio
author: CorrectRoadH
category: AI
description:
en_us: Label Studio is an open source data labeling tool. It lets you label data types like audio, text, images, videos, and time series with a simple and straightforward UI and export to various model formats. It can be used to prepare raw data or improve existing training data to get more accurate ML models.
zh_cn: Label Studio 是一个开源数据标记工具。 它允许您使用简单直观的 UI 来标记音频、文本、图像、视频和时间序列等数据类型,并导出为各种模型格式。 它可用于准备原始数据或改进现有训练数据以获得更准确的机器学习模型。
developer: Yidadaa
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/LabelStudio/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/LabelStudio/screenshot-1.jpg
tagline:
en_us: Label Studio is an open source data labeling tool. It lets you label data types like audio, text, images, videos, and time series with a simple and straightforward UI and export to various model formats. It can be used to prepare raw data or improve existing training data to get more accurate ML models.
zh_cn: Label Studio 是一个开源数据标记工具。 它允许您使用简单直观的 UI 来标记音频、文本、图像、视频和时间序列等数据类型,并导出为各种模型格式。 它可用于准备原始数据或改进现有训练数据以获得更准确的机器学习模型。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/LabelStudio/thumbnail.jpg
tips: {}
title:
en_us: Label Studio
port_map: "3080"
Binary file added Apps/LabelStudio/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/LabelStudio/screenshot-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/LabelStudio/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions Apps/Netdata/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
- SYS_PTRACE
- SYS_ADMIN
cpu_shares: 90
command: []
container_name: netdata
deploy:
resources:
Expand Down Expand Up @@ -51,8 +50,6 @@ services:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
devices: []
environment: []
network_mode: bridge
privileged: false
x-casaos:
Expand Down

0 comments on commit 1aa6d5e

Please sign in to comment.