Remove Kiln from local courseware setup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user