Skip to content

Commit c097a06

Browse files
JasonW404Jason Wang
andauthored
feat: Improve makefile readability, Add user control on volume keep at uninstallation, Add Label Studio install and uninstall via Make. (#106)
* feature: Add label studio installation and uninstallation commands to Makefile * feature: Enhance Makefile with detailed help commands and improve install/uninstall targets for services * feature: Update Makefile help commands to clarify usage of local images * feature: Improve error handling in Makefile for build, install, and uninstall targets * feature: Enhance uninstall process in Makefile to prompt for volume deletion and update README with usage details --------- Co-authored-by: Jason Wang <[email protected]>
1 parent af2a01e commit c097a06

File tree

4 files changed

+336
-183
lines changed

4 files changed

+336
-183
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,6 @@ Thumbs.db
187187
.vscode/
188188
*.sublime-project
189189
*.sublime-workspace
190+
191+
# Milvus
192+
deployment/docker/milvus/volumes/

0 commit comments

Comments
 (0)