Remove Kiln from local courseware setup

This commit is contained in:
bzuccaro
2026-04-24 22:11:44 -06:00
parent fe568c17cd
commit e78581c2c9
9 changed files with 2 additions and 60 deletions
+1 -4
View File
@@ -27,7 +27,6 @@ Usage:
./labctl stop [all|service...]
./labctl status [all|service...]
./labctl urls
./labctl open kiln
./labctl logs <service>
EOF
}
@@ -82,7 +81,6 @@ WARNING: THIS SCRIPT WILL CONFIGURE YOUR ENVIRONMENT WILL THE FOLLOWING SOFTWARE
- Embedding Atlas
- Promptfoo
- Unsloth Studio
- Kiln Desktop
- Course-specific support assets for lab 1, lab 2, and lab 4
- Pre-pulled Gemma 4 E2B Ollama models for Lab 1 and Lab 2
- Lab 1 confidence support through Gemma 4 E2B Q4 (requires Ollama ${min_ollama}+)
@@ -107,7 +105,6 @@ WARNING: THIS SCRIPT WILL CONFIGURE YOUR ENVIRONMENT WILL THE FOLLOWING SOFTWARE
- Embedding Atlas
- Promptfoo
- Unsloth Studio
- Kiln Desktop
- Course-specific support assets for lab 1, lab 2, and lab 4
- Pre-pulled Gemma 4 E2B Ollama models for Lab 1 and Lab 2
- Lab 1 confidence support through Gemma 4 E2B Q4 (requires Ollama ${min_ollama}+)
@@ -576,7 +573,7 @@ main() {
require_arg "$@"
handle_assets_command "$@"
;;
start|stop|status|urls|open|logs)
start|stop|status|urls|logs)
exec bash "$ROOT_DIR/scripts/service_manager.sh" "$cmd" "$@"
;;
""|-h|--help|help)