Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,6 @@ VALID_K8S_TARGETS := datamate deer-flow milvus label-studio data-juicer mineru m
helm upgrade deer-flow deployment/helm/deer-flow -n $(NAMESPACE) --install --set global.image.repository=$(REGISTRY); \
elif [ "$*" = "milvus" ]; then \
helm upgrade milvus deployment/helm/milvus -n $(NAMESPACE) --install; \
elif [ "$*" = "label-studio" ]; then \
helm upgrade label-studio deployment/helm/label-studio -n $(NAMESPACE) --install; \
elif [ "$*" = "data-juicer" ] || [ "$*" = "dj" ]; then \
kubectl apply -f deployment/kubernetes/data-juicer/deploy.yaml -n $(NAMESPACE); \
fi
Expand Down
5 changes: 5 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ make help
make download
```

### 部署Label Studio作为标注工具
```bash
make install-label-studio
```

### 构建并部署Mineru增强pdf处理
```bash
make build-mineru
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ If you are in an offline environment, you can run the following command to downl
make download
```

### Deploy Label Studio as an annotation tool
```bash
make install-label-studio
```

### Build and deploy Mineru Enhanced PDF Processing
```bash
make build-mineru
Expand Down
Loading